Skip to content

Commit 7d96946

Browse files
authored
Update 07-aks-cluster.tf
1 parent 2a35efb commit 7d96946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-manifests/07-aks-cluster.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ resource "azurerm_kubernetes_cluster" "aks_cluster" {
5656
}
5757

5858
network_profile {
59-
load_balancer_sku = "Standard"
59+
load_balancer_sku = "standard"
6060
network_plugin = "azure"
6161
}
6262

0 commit comments

Comments
 (0)