Skip to content

Releases: Azure/terraform-azurerm-compute

Add support for 0.3.x Azurerm provider

22 Nov 18:23
Compare
Choose a tag to compare
  • Parameters needed to be changed to support the 0.3.x azurerm provider #22 @lbnjma

Public IPs, NSGs, Tags, Boot Diagnostics

20 Oct 17:42
Compare
Choose a tag to compare

A bunch of new functionality and enhancements including:

  • Add ability to have no or as many Public IP addresses per VM ( PR #8 @lbnjma )

  • New option for boot diagnostics ( PR #7 @lbnjma )

  • New data disk option ( PR #9 @lbnjma )

  • Add ability to have multiple NSG + Rule per resource group, Fixes issue #16 ( PR #17 @dtzar)

  • New tag vms, not just resource group. ( PR #19 @lbnjma )

    Important Note: PR #8 is a breaking change with previous versions of templates since the public_ip_dns is now an array instead of a string, so convert public_ip_dns = "myvmdnsname" to public_ip_dns = ["myvmdnsname"]

readme example fixes, enahanced resource names

11 Oct 16:51
Compare
Choose a tag to compare
  • Fixes to readme examples: PR #14 and #12 @sebastus @irab
  • add vm_hostname to osdisk and nic resource names @lbnjma

minor readme update

21 Sep 18:01
Compare
Choose a tag to compare

Minor fix in the readme example

Initial release

15 Sep 23:47
Compare
Choose a tag to compare

Removing the variables from README

Initial Release

05 Sep 23:23
Compare
Choose a tag to compare
Initial Release (#1)

* full functionality w linux or windows
* managed disks