Releases: Azure/terraform-azurerm-compute
Releases · Azure/terraform-azurerm-compute
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"
v2.0.0
Upgrade to 0.12 of Terraform
v1.3.0 Update module dependency on Random to allow use in Terraform 0.12.3 (…
Add back Windows image support in sample.
This is a hotfix to add back windows image support in sample.
Upgrade provider version to `>= 1.1.0`
Configure files for terraformbot (#82) * Create CODEOWNERS * Create autoAssignees.yml * Create labeler.yml * Update CODEOWNERS
Add Terratest
Use terratest to automatically test compute module.
Add vm ids output for datadisk vms
v1.1.6 add vm-with-datadisk to output (#61)
Fixing issues with custom images
This release fixes
- Creating vm with windows custom image.
- Handles conflicting values given with market place image and custom image. If you provide vm_os_id, it takes precedence over market place images.
- Minor readme issues.
Unique VM hostname
Actual VM hostnames were identical in a group when you add more than one. This adds the unique index number of the VM to the OS hostname.
Add tests, Update readme
This release contains no new functionality. Changes:
- Adds the developer test framework
- Updates to Readme, including
- Examples allow ssh/RDP access by default
- New instructions to developers of the module