We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2d766 commit 8b536b4Copy full SHA for 8b536b4
1 file changed
quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/main.tf
@@ -166,6 +166,8 @@ resource "azurerm_kubernetes_cluster" "k8s" {
166
167
resource_group_name = data.azurerm_resource_group.rg.name
168
169
+ http_application_routing_enabled = false
170
+
171
linux_profile {
172
admin_username = var.vm_user_name
173
@@ -174,12 +176,6 @@ resource "azurerm_kubernetes_cluster" "k8s" {
174
176
}
175
177
178
- addon_profile {
- http_application_routing {
179
- enabled = false
180
- }
181
182
-
183
default_node_pool {
184
name = "agentpool"
185
node_count = var.aks_agent_count
0 commit comments