We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9961a00 commit 025de1dCopy full SHA for 025de1d
test/setup/vpc.tf
@@ -24,7 +24,7 @@ resource "random_string" "suffix" {
24
*****************************************/
25
module "shared_vpc" {
26
source = "terraform-google-modules/network/google"
27
- version = "~> 6.0"
+ version = "~> 8.0"
28
29
project_id = module.project.project_id
30
network_name = "composer-network-${random_string.suffix.result}"
@@ -86,7 +86,7 @@ resource "google_compute_router" "router" {
86
87
module "cloud_nat_shared_vpc" {
88
source = "terraform-google-modules/cloud-nat/google"
89
- version = "~> 2.2.1"
+ version = "~> 5.0.0"
90
91
region = "us-central1"
92
router = google_compute_router.router.name
0 commit comments