We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f89089 commit 381cc1aCopy full SHA for 381cc1a
1 file changed
test/fixtures/simple_regional_with_gateway_api/network.tf
@@ -21,7 +21,7 @@ resource "random_string" "suffix" {
21
}
22
23
provider "google" {
24
- project = var.project_ids[0]
+ project = var.project_ids[1]
25
26
27
resource "google_compute_network" "main" {
0 commit comments