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 18b6fb9 commit 4abaa70Copy full SHA for 4abaa70
examples/safer_cluster_iap_bastion/network.tf
@@ -49,7 +49,7 @@ module "vpc" {
49
50
module "cloud-nat" {
51
source = "terraform-google-modules/cloud-nat/google"
52
- version = "~> 3.0"
+ version = "~> 4.0"
53
project_id = module.enabled_google_apis.project_id
54
region = var.region
55
router = "safer-router"
0 commit comments