Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jan 17, 2025
1 parent 03d7de5 commit cdb611e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tofu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data "google_client_config" "current" {}
data "google_compute_zones" "available" {}

locals {
google_zone = data.google_compute_zones.available.names[0]
google_zone = data.google_compute_zones.available.names[1]
}

resource "google_container_cluster" "primary" {
Expand Down

0 comments on commit cdb611e

Please sign in to comment.