Skip to content

Commit 2212aad

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/shared_vpc/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module "host-project" {
4646
*****************************************/
4747
module "vpc" {
4848
source = "terraform-google-modules/network/google"
49-
version = "~> 8.0"
49+
version = "~> 9.0"
5050

5151
project_id = module.host-project.project_id
5252
network_name = var.network_name

test/fixtures/full/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ locals {
4040

4141
module "vpc" {
4242
source = "terraform-google-modules/network/google"
43-
version = "~> 8.0"
43+
version = "~> 9.0"
4444

4545
network_name = "pf-test-int-full-${var.random_string_for_testing}"
4646
project_id = var.shared_vpc

0 commit comments

Comments
 (0)