Skip to content

Commit

Permalink
Fix zones
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Dec 21, 2023
1 parent 8849d33 commit 28face6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/gke.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module "gke" {
{
name = "default-node-pool"
machine_type = "e2-highcpu-2"
node_locations = "us-central1-b,us-central1-c"
node_locations = join(", ", var.zones)
min_count = 1
max_count = 2
local_ssd_count = 0
Expand Down

0 comments on commit 28face6

Please sign in to comment.