try to fix example

This commit is contained in:
github-actions[bot] 2024-10-30 05:38:12 +00:00 committed by lonegunmanb
parent 5f96da2870
commit 9609dc76d0

View File

@ -26,6 +26,11 @@ resource "azurerm_kubernetes_cluster" "aks_cluster" {
min_count = 1
vm_size = "Standard_DS2_v2"
enable_auto_scaling = true
upgrade_settings {
drain_timeout_in_minutes = "90m"
max_surge = "10%"
node_soak_duration_in_minutes = 0
}
}
network_profile {