Skip to content

Commit

Permalink
feat: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dkool authored and dkool committed Mar 6, 2024
1 parent 8415821 commit 190f661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
for pools_key, pools in lookup(var.cluster, "node_pools", {}) : {

pools_key = pools_key
vm_size = pools.vm_size
vm_size = pools.vm_size
node_count = try(pools.node_count, 1)
max_count = try(pools.max_count, 0)
min_count = try(pools.min_count, 0)
Expand Down

0 comments on commit 190f661

Please sign in to comment.