Removal of the creation of Resource Group & Support Azurerm 2.0
-
Remove of the creation of Resource Group
- import an existing resource group
- remove the variable "location", using the location of the existing resource group
-
Default value changes:
- default value of vm_size turns to be "Standard_D2s_v3",
- default value of "data_disk_size_gb" turns to be 30 GB.
-
Remove deprecated field "public_ip_address_allocation"
-
Add variable "enable_ssh_key" to enable ssh key in Linux or not.
-
Add variable "nb_data_disk" to enable the creation of multiple data disk in VM.
- remove "data_disk", which could be replaced by assigning 0 or 1 in "nb_data_disk"