Skip to content

Removal of the creation of Resource Group & Support Azurerm 2.0

Compare
Choose a tag to compare
@yupwei68 yupwei68 released this 16 Mar 03:35
· 168 commits to master since this release
80cab6f
  1. Remove of the creation of Resource Group

    • import an existing resource group
    • remove the variable "location", using the location of the existing resource group
  2. 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.
  3. Remove deprecated field "public_ip_address_allocation"

  4. Add variable "enable_ssh_key" to enable ssh key in Linux or not.

  5. 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"