File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
3-networks-hub-and-spoke/modules/transitivity
5-app-infra/modules/env_base Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ module "service_account" {
3737
3838module "templates" {
3939 source = " terraform-google-modules/vm/google//modules/instance_template"
40- version = " ~> 12 .0"
40+ version = " ~> 13 .0"
4141 for_each = toset (var. regions )
4242
4343 can_ip_forward = true
@@ -65,7 +65,7 @@ module "templates" {
6565
6666module "migs" {
6767 source = " terraform-google-modules/vm/google//modules/mig"
68- version = " ~> 12.1 "
68+ version = " ~> 13.0 "
6969 for_each = toset (var. regions )
7070
7171 project_id = var. project_id
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ resource "google_service_account" "compute_engine_service_account" {
6262
6363module "instance_template" {
6464 source = " terraform-google-modules/vm/google//modules/instance_template"
65- version = " ~> 12 .0"
65+ version = " ~> 13 .0"
6666
6767 machine_type = var. machine_type
6868 region = var. region
@@ -81,7 +81,7 @@ module "instance_template" {
8181
8282module "compute_instance" {
8383 source = " terraform-google-modules/vm/google//modules/compute_instance"
84- version = " ~> 12 .0"
84+ version = " ~> 13 .0"
8585
8686 region = var. region
8787 subnetwork = local. subnetwork_self_link
You can’t perform that action at this time.
0 commit comments