Releases: Azure/terraform-azurerm-compute
Releases · Azure/terraform-azurerm-compute
Add support for 0.3.x Azurerm provider
- Parameters needed to be changed to support the 0.3.x azurerm provider #22 @lbnjma
Public IPs, NSGs, Tags, Boot Diagnostics
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 convertpublic_ip_dns = "myvmdnsname"
topublic_ip_dns = ["myvmdnsname"]
readme example fixes, enahanced resource names
minor readme update
Minor fix in the readme example
Initial release
Removing the variables from README
Initial Release
Initial Release (#1) * full functionality w linux or windows * managed disks