File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ resource "azurerm_kubernetes_cluster" "k8s" {
55
55
network_profile {
56
56
network_plugin = " azure"
57
57
network_policy = var. network_policy
58
- load_balancer_sku = length (var. node_pools ) > 0 ? " Standard " : var. load_balancer_sku
58
+ load_balancer_sku = length (var. node_pools ) > 0 ? " standard " : var. load_balancer_sku
59
59
dynamic "load_balancer_profile" {
60
60
for_each = azurerm_public_ip. public-ip-outbound
61
61
content {
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ variable "node_pools" {
107
107
108
108
variable "load_balancer_sku" {
109
109
description = " The SKU for the used Load Balancer"
110
- default = " Basic "
110
+ default = " basic "
111
111
}
112
112
113
113
variable "max_pods" {
You can’t perform that action at this time.
0 commit comments