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 25cf9cd commit 5f5f36cCopy full SHA for 5f5f36c
test/fixtures/simple_regional_with_gateway_api/example.tf
@@ -17,7 +17,7 @@
17
module "example" {
18
source = "../../../examples/simple_regional_with_gateway_api"
19
20
- project_id = var.project_ids[0]
+ project_id = var.project_ids[2]
21
cluster_name_suffix = "-${random_string.suffix.result}"
22
region = var.region
23
network = google_compute_network.main.name
0 commit comments