File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ resource "random_string" "suffix" {
2222
2323module "example-vpc-module" {
2424 source = " terraform-google-modules/network/google"
25- version = " ~> 10 .0"
25+ version = " ~> 13 .0"
2626 project_id = var. project_id
2727 network_name = " vpc-network-${ random_string . suffix . result } "
2828 auto_create_subnetworks = true
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ resource "random_string" "suffix" {
2222
2323module "example-vpc-module" {
2424 source = " terraform-google-modules/network/google"
25- version = " ~> 10 .0"
25+ version = " ~> 13 .0"
2626 project_id = var. project_id
2727 network_name = " vpc-network-${ random_string . suffix . result } "
2828 auto_create_subnetworks = true
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ resource "random_string" "suffix" {
2222
2323module "example-vpc-module" {
2424 source = " terraform-google-modules/network/google"
25- version = " ~> 10 .0"
25+ version = " ~> 13 .0"
2626 project_id = var. project_id
2727 network_name = " vpc-network-${ random_string . suffix . result } "
2828 auto_create_subnetworks = true
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ resource "random_string" "suffix" {
2222
2323module "example-vpc-module" {
2424 source = " terraform-google-modules/network/google"
25- version = " ~> 10 .0"
25+ version = " ~> 13 .0"
2626 project_id = var. project_id
2727 network_name = " vpc-network-${ random_string . suffix . result } "
2828 auto_create_subnetworks = true
You can’t perform that action at this time.
0 commit comments