We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d7de5 commit cdb611eCopy full SHA for cdb611e
tests/tofu/main.tf
@@ -12,7 +12,7 @@ data "google_client_config" "current" {}
12
data "google_compute_zones" "available" {}
13
14
locals {
15
- google_zone = data.google_compute_zones.available.names[0]
+ google_zone = data.google_compute_zones.available.names[1]
16
}
17
18
resource "google_container_cluster" "primary" {
0 commit comments