Skip to content

Commit

Permalink
try to fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2024
1 parent f441dcd commit 50c67d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/101-aks-standard-lb-and-vmss/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "azurerm_kubernetes_cluster" "aks_cluster" {
vm_size = "Standard_DS2_v2"
enable_auto_scaling = true
upgrade_settings {
drain_timeout_in_minutes = "90m"
drain_timeout_in_minutes = 90
max_surge = "10%"
node_soak_duration_in_minutes = 0
}
Expand Down

0 comments on commit 50c67d9

Please sign in to comment.