Skip to content

Commit 7b46e0c

Browse files
committed
Removed deprecated block and fixed sku value
1 parent 0419cad commit 7b46e0c

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

  • quickstart/201-k8s-cluster-with-tf-and-aks

quickstart/201-k8s-cluster-with-tf-and-aks/main.tf

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,8 @@ resource "azurerm_kubernetes_cluster" "k8s" {
5858
client_secret = var.aks_service_principal_client_secret
5959
}
6060

61-
addon_profile {
62-
oms_agent {
63-
enabled = true
64-
log_analytics_workspace_id = azurerm_log_analytics_workspace.test.id
65-
}
66-
}
67-
6861
network_profile {
69-
load_balancer_sku = "Standard"
62+
load_balancer_sku = "standard"
7063
network_plugin = "kubenet"
7164
}
7265

0 commit comments

Comments
 (0)