Skip to content

Commit 5f5f36c

Browse files
committed
use a different project id for testing the gateway api
1 parent 25cf9cd commit 5f5f36c

File tree

1 file changed

+1
-1
lines changed
  • test/fixtures/simple_regional_with_gateway_api

1 file changed

+1
-1
lines changed

test/fixtures/simple_regional_with_gateway_api/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
module "example" {
1818
source = "../../../examples/simple_regional_with_gateway_api"
1919

20-
project_id = var.project_ids[0]
20+
project_id = var.project_ids[2]
2121
cluster_name_suffix = "-${random_string.suffix.result}"
2222
region = var.region
2323
network = google_compute_network.main.name

0 commit comments

Comments
 (0)