Skip to content

Commit

Permalink
run terraform format
Browse files Browse the repository at this point in the history
  • Loading branch information
dallasd1 committed Jan 21, 2025
1 parent 821ebfc commit 8178c40
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ aks_config_list = [
node_labels = { "prometheus" = "true" }
},
{
name = "userpool0"
node_count = 10
name = "userpool0"
node_count = 10
auto_scaling_enabled = false
vm_size = "Standard_D16s_v3"
os_sku = "AzureLinux"
node_taints = ["cri-resource-consume=true:NoSchedule"]
node_labels = { "cri-resource-consume" = "true" }
vm_size = "Standard_D16s_v3"
os_sku = "AzureLinux"
node_taints = ["cri-resource-consume=true:NoSchedule"]
node_labels = { "cri-resource-consume" = "true" }
}
]
}
Expand Down

0 comments on commit 8178c40

Please sign in to comment.