Skip to content

Commit 381cc1a

Browse files
committed
fix: integration test project id for network
1 parent 7f89089 commit 381cc1a

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/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource "random_string" "suffix" {
2121
}
2222

2323
provider "google" {
24-
project = var.project_ids[0]
24+
project = var.project_ids[1]
2525
}
2626

2727
resource "google_compute_network" "main" {

0 commit comments

Comments
 (0)