Hello everyone, For those who use azure providers,...
# general
b
Hello everyone, For those who use azure providers, you should be aware that a major version (2.0) of the terraform provider has been released few weeks ago. With this new version, `azurerm_virtual_machine`(= pulumi
VirtualMachine
) is now deprecated in favor of `azurerm_linux_virtual_machine`& 
azurerm_windows_virtual_machine
(see [pulumi VirtualMachine disclamer](https://www.pulumi.com/docs/reference/pkg/azure/compute/virtualmachine/#disclaimers). The problem is the new
LinuxVirtualMachine
or
WindowsVirtualMachine
does not support embedded data disk attachement which means that we can not use
cloud-init
to initialize a VM and mount/configure its datadisk. I opened an issue on terraform 👉 https://github.com/terraform-providers/terraform-provider-azurerm/issues/6074. If you can look at it and vote for it, (if you agree of course), it will be great 👍👍👍
👍 1