Skip to content

Commit

Permalink
fix: integration test project id for network
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyz committed Dec 30, 2022
1 parent 7f89089 commit 381cc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/simple_regional_with_gateway_api/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "random_string" "suffix" {
}

provider "google" {
project = var.project_ids[0]
project = var.project_ids[1]
}

resource "google_compute_network" "main" {
Expand Down

0 comments on commit 381cc1a

Please sign in to comment.