Skip to content

Commit 6bb6cad

Browse files
authored
Update network.tf
1 parent 24f2a04 commit 6bb6cad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/simple_autopilot_private/network.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ module "gcp-network" {
2121
project_id = var.project_id
2222
network_name = local.network_name
2323

24+
private_ip_google_access = false
25+
2426
subnets = [
2527
{
2628
subnet_name = local.subnet_name

0 commit comments

Comments
 (0)