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 682faac commit 51b5162Copy full SHA for 51b5162
test/setup/vpc.tf
@@ -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 = "~> 5.0.0"
+ version = "~> 5.3.0"
90
project_id = module.project.project_id
91
region = "us-central1"
92
router = google_compute_router.router.name
0 commit comments