Skip to content

Commit 025de1d

Browse files
chore(deps): Update TF modules (major) (#90)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9961a00 commit 025de1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/setup/vpc.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resource "random_string" "suffix" {
2424
*****************************************/
2525
module "shared_vpc" {
2626
source = "terraform-google-modules/network/google"
27-
version = "~> 6.0"
27+
version = "~> 8.0"
2828

2929
project_id = module.project.project_id
3030
network_name = "composer-network-${random_string.suffix.result}"
@@ -86,7 +86,7 @@ resource "google_compute_router" "router" {
8686

8787
module "cloud_nat_shared_vpc" {
8888
source = "terraform-google-modules/cloud-nat/google"
89-
version = "~> 2.2.1"
89+
version = "~> 5.0.0"
9090
project_id = module.project.project_id
9191
region = "us-central1"
9292
router = google_compute_router.router.name

0 commit comments

Comments
 (0)