From 50ad504d8a2b4ebea5f3ffe60a9762fcdbeaa598 Mon Sep 17 00:00:00 2001 From: Jan Larwig Date: Thu, 29 Dec 2022 07:34:41 +0100 Subject: [PATCH] use a different project id for testing the gateway api --- test/fixtures/simple_regional_with_gateway_api/example.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/simple_regional_with_gateway_api/example.tf b/test/fixtures/simple_regional_with_gateway_api/example.tf index 60cc6252bd..6b46123139 100644 --- a/test/fixtures/simple_regional_with_gateway_api/example.tf +++ b/test/fixtures/simple_regional_with_gateway_api/example.tf @@ -17,7 +17,7 @@ module "example" { source = "../../../examples/simple_regional_with_gateway_api" - project_id = var.project_ids[0] + project_id = var.project_ids[2] cluster_name_suffix = "-${random_string.suffix.result}" region = var.region network = google_compute_network.main.name