Skip to content

Commit 5cd043a

Browse files
authored
Update network.tf
1 parent f857fb7 commit 5cd043a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple_autopilot_private/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module "gcp-network" {
2626
subnet_name = local.subnet_name
2727
subnet_ip = "10.0.0.0/17"
2828
subnet_region = var.region
29-
subnet_private_access = false
29+
subnet_private_access = true
3030
},
3131
{
3232
subnet_name = local.master_auth_subnetwork

0 commit comments

Comments
 (0)