Skip to content

Commit fc02cec

Browse files
chore(deps): Update Terraform terraform-google-modules/network/google to v11
1 parent 89b1885 commit fc02cec

File tree

5 files changed

+5
-5
lines changed
  • examples
    • tf_cloudbuild_workspace_simple_github/files
    • tf_cloudbuild_workspace_simple_gitlab/files
    • tf_cloudbuild_workspace_simple/files
  • test/integration
    • im_cloudbuild_workspace_github/files
    • im_cloudbuild_workspace_gitlab/files

5 files changed

+5
-5
lines changed

examples/tf_cloudbuild_workspace_simple/files/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "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"

examples/tf_cloudbuild_workspace_simple_github/files/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "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"

examples/tf_cloudbuild_workspace_simple_gitlab/files/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "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"

test/integration/im_cloudbuild_workspace_github/files/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ variable "project_id" {
2020

2121
module "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

test/integration/im_cloudbuild_workspace_gitlab/files/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ variable "project_id" {
2020

2121
module "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

0 commit comments

Comments
 (0)