We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0419cad commit 7b46e0cCopy full SHA for 7b46e0c
1 file changed
quickstart/201-k8s-cluster-with-tf-and-aks/main.tf
@@ -58,15 +58,8 @@ resource "azurerm_kubernetes_cluster" "k8s" {
58
client_secret = var.aks_service_principal_client_secret
59
}
60
61
- addon_profile {
62
- oms_agent {
63
- enabled = true
64
- log_analytics_workspace_id = azurerm_log_analytics_workspace.test.id
65
- }
66
67
-
68
network_profile {
69
- load_balancer_sku = "Standard"
+ load_balancer_sku = "standard"
70
network_plugin = "kubenet"
71
72
0 commit comments