Skip to content

Commit 381cc1a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • test/fixtures/simple_regional_with_gateway_api

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)