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 390f629 commit a77f350Copy full SHA for a77f350
examples/internal-lb-cloud-run/main.tf
@@ -119,11 +119,13 @@ module "internal-lb-http-frontend" {
119
internal_forwarding_rules_config = [
120
{
121
"region" : "us-east1",
122
- "subnetwork" : module.internal-lb-subnet.subnets["us-east1/int-lb-subnet-a"].id
+ "subnetwork" : module.internal-lb-subnet.subnets["us-east1/int-lb-subnet-a"].id,
123
+ "create_proxy_only_subnet" : false,
124
},
125
126
"region" : "us-south1",
- "subnetwork" : module.internal-lb-subnet.subnets["us-south1/int-lb-subnet-b"].id
127
+ "subnetwork" : module.internal-lb-subnet.subnets["us-south1/int-lb-subnet-b"].id,
128
129
}
130
]
131
0 commit comments