Azure / terraform-azurerm-vmss-cloudinit

Terraform AzureRM module registry to create a VM Scaleset initialized via cloud-init scripts
https://registry.terraform.io/modules/Azure/vmss-cloudinit/azurerm/
MIT License
22 stars 34 forks source link

[26432] Enable late handling of cloud-init template rendering #7

Open grenzr opened 5 years ago

grenzr commented 5 years ago

This PR is an extension to another PR that has been open since Nov 2018 on the upstream repo: https://github.com/Azure/terraform-azurerm-vmss-cloudinit/pull/5 (that PR is necessary if using the latest azurerm terraform provider, which we are)

This one enables late rendering of cloud-init template with vars (passed into the module as a map on key/value pairs) that get values late in the deployment process.