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 24f2a04 commit 6bb6cadCopy full SHA for 6bb6cad
examples/simple_autopilot_private/network.tf
@@ -21,6 +21,8 @@ module "gcp-network" {
21
project_id = var.project_id
22
network_name = local.network_name
23
24
+ private_ip_google_access = false
25
+
26
subnets = [
27
{
28
subnet_name = local.subnet_name
0 commit comments