I am currently trying out the terraform azure provider and trying to create a kubernetes cluster.
Let’s say I have a policy in azure (out of my control) that enforces “Enforce automatic OS upgrade with app health checks on VMSS”. Basically meaning automatic_os_upgrade needs to enabled on the virtual machine scale set.
Is is possible to create the AKS cluster default_node_pool with this setting enabled directly?