Skip to content

Commit

Permalink
use a different project id for testing the gateway api
Browse files Browse the repository at this point in the history
  • Loading branch information
tuunit committed Dec 29, 2022
1 parent 25cf9cd commit 5f5f36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/simple_regional_with_gateway_api/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f5f36c

Please sign in to comment.