Skip to content

Commit cdb611e

Browse files
committed
1
1 parent 03d7de5 commit cdb611e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tofu/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ data "google_client_config" "current" {}
1212
data "google_compute_zones" "available" {}
1313

1414
locals {
15-
google_zone = data.google_compute_zones.available.names[0]
15+
google_zone = data.google_compute_zones.available.names[1]
1616
}
1717

1818
resource "google_container_cluster" "primary" {

0 commit comments

Comments
 (0)