cycloidio / terracognita

Reads from existing public and private cloud providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
MIT License
2.17k stars 163 forks source link

azure: do not define external disk with azurerm_virtual_machine #336

Closed talset closed 1 year ago

talset commented 1 year ago

When using deprecated azurerm_virtual_machine, we choose to define attached disk via the resource itself instead of external resource which mount disk after the boot of the VM.