Skip to content

Commit 01135a7

Browse files
chore(deps): Update Terraform terraform-google-modules/network/google to v9 (#321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cbb731d commit 01135a7

File tree

2 files changed

+2
-2
lines changed
  • test/integration
    • im_cloudbuild_workspace_github/files
    • im_cloudbuild_workspace_gitlab/files

2 files changed

+2
-2
lines changed

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 = "2.6.0"
23+
version = "9.3.0"
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 = "2.6.0"
23+
version = "9.3.0"
2424
project_id = var.project_id
2525
network_name = "my-gitlab-example-custom-network"
2626

0 commit comments

Comments
 (0)