We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5f36c commit 2c8d2dbCopy full SHA for 2c8d2db
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[2]
+ project_id = var.project_ids[1]
21
cluster_name_suffix = "-${random_string.suffix.result}"
22
region = var.region
23
network = google_compute_network.main.name
test/fixtures/simple_regional_with_gateway_api/network.tf
@@ -21,7 +21,7 @@ resource "random_string" "suffix" {
}
provider "google" {
24
- project = var.project_ids[0]
+ project = var.project_ids[1]
25
26
27
resource "google_compute_network" "main" {
0 commit comments