Azure / caf-terraform-landingzones-accelerator

Starter project for Applications (level 4) Cloud Adoption Framework for Azure landing zones on Terraform
MIT License
205 stars 233 forks source link

AKS Reference Implementation Bug Bash - Ephemeral Disk #26

Closed hieumoscow closed 3 years ago

hieumoscow commented 3 years ago

System Nodepool - DS2v2 - 80gb User Nodepool - DS3v2 - 120gb os_disk_size_gb - (Optional) The size of the OS Disk which should be used for each agent in the Node Pool. Changing this forces a new resource to be created.

os_disk_type - (Optional) The type of disk which should be used for the Operating System. Possible values are Ephemeral and Managed. Defaults to Managed. Changing this forces a new resource to be created.