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 f857fb7 commit 5cd043aCopy full SHA for 5cd043a
examples/simple_autopilot_private/network.tf
@@ -26,7 +26,7 @@ module "gcp-network" {
26
subnet_name = local.subnet_name
27
subnet_ip = "10.0.0.0/17"
28
subnet_region = var.region
29
- subnet_private_access = false
+ subnet_private_access = true
30
},
31
{
32
subnet_name = local.master_auth_subnetwork
0 commit comments