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 e616c97 commit 34bf498Copy full SHA for 34bf498
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.1.0"
90
project_id = module.project.project_id
91
region = "us-central1"
92
router = google_compute_router.router.name
0 commit comments