Skip to content

Releases: Azure/terraform-azurerm-compute

Removal of the creation of Resource Group & Support Azurerm 2.0

16 Mar 03:35
80cab6f
Compare
Choose a tag to compare
  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"

v2.0.0

13 Jan 04:53
9952198
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

Update the v2.0.0 to have TerraTest integration.

Upgrade to 0.12 of Terraform

08 Aug 03:00
Compare
Choose a tag to compare
v1.3.0

Update module dependency on Random to allow use in Terraform 0.12.3 (…

Add back Windows image support in sample.

03 Apr 00:48
Compare
Choose a tag to compare

This is a hotfix to add back windows image support in sample.

Upgrade provider version to `>= 1.1.0`

16 Nov 00:15
Compare
Choose a tag to compare
Configure files for terraformbot (#82)

* Create CODEOWNERS

* Create autoAssignees.yml

* Create labeler.yml

* Update CODEOWNERS

Add Terratest

31 Jul 06:51
627c6c2
Compare
Choose a tag to compare

Use terratest to automatically test compute module.

Add vm ids output for datadisk vms

16 May 14:13
Compare
Choose a tag to compare
v1.1.6

add vm-with-datadisk to output (#61)

Fixing issues with custom images

26 Jan 00:25
Compare
Choose a tag to compare

This release fixes

  1. Creating vm with windows custom image.
  2. Handles conflicting values given with market place image and custom image. If you provide vm_os_id, it takes precedence over market place images.
  3. Minor readme issues.

Unique VM hostname

20 Jan 15:23
Compare
Choose a tag to compare

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

09 Jan 21:02
Compare
Choose a tag to compare

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