File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
tf_cloudbuild_workspace_simple_github/files
tf_cloudbuild_workspace_simple_gitlab/files
tf_cloudbuild_workspace_simple/files
im_cloudbuild_workspace_github/files
im_cloudbuild_workspace_gitlab/files Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616
1717module "test-vpc-module" {
1818 source = " terraform-google-modules/network/google"
19- version = " ~> 10 .0"
19+ version = " ~> 11 .0"
2020
2121 project_id = var. project_id
2222 network_name = " my-custom-mode-network"
Original file line number Diff line number Diff line change 1616
1717module "test-vpc-module" {
1818 source = " terraform-google-modules/network/google"
19- version = " ~> 10 .0"
19+ version = " ~> 11 .0"
2020
2121 project_id = var. project_id
2222 network_name = " my-custom-mode-network-gh"
Original file line number Diff line number Diff line change 1616
1717module "test-vpc-module" {
1818 source = " terraform-google-modules/network/google"
19- version = " ~> 10 .0"
19+ version = " ~> 11 .0"
2020
2121 project_id = var. project_id
2222 network_name = " my-custom-mode-network-gl"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ variable "project_id" {
2020
2121module "test-vpc-module" {
2222 source = " terraform-google-modules/network/google"
23- version = " 10.0.0 "
23+ version = " 11.1.1 "
2424 project_id = var. project_id
2525 network_name = " my-github-example-custom-network"
2626
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ variable "project_id" {
2020
2121module "test-vpc-module" {
2222 source = " terraform-google-modules/network/google"
23- version = " 10.0.0 "
23+ version = " 11.1.1 "
2424 project_id = var. project_id
2525 network_name = " my-gitlab-example-custom-network"
2626
You can’t perform that action at this time.
0 commit comments