Azure / terraform-azurerm-aks

Terraform Module for deploying an AKS cluster
MIT License
361 stars 468 forks source link

set drainTimeoutInMinutes default value to null #575

Closed zioproto closed 4 months ago

zioproto commented 4 months ago

when creating a new cluster without an explicit value, the ARM API returns null and not 30 minutes. The correct default value is then null

Related to issue #557