I am trying to provision Windows VMs in Azure that require running several installer files that need to be copied over to the VM? I have gotten the azurerm_virtual_machine_extension to work using custom_data, but how can I use multiple files in custom_data to copy these files to the provisioned VM?
ty