Skip to content

Releases: Azure/terraform-azurerm-compute

Support for `extra_disks` and `public_ip_sku`

11 Dec 05:53
c6987b3
Compare
Choose a tag to compare
  1. Support for new variable public_ip_sku, defaults to Basic
  2. Support for new variable extra_disks type = list(object({name = string, size = number})), defaults to [] to support the definition of the name of the data disks
  3. Fix public_ip_address will be empty when allocation_method is Dynamic

Support for `os_profile_secrets`

30 Nov 01:55
a4358f0
Compare
Choose a tag to compare

Support for new field os_profile_secrets, type of list(map(string)), each list item is a map with the keys source_vault_id, certificate_url and certificate_store.

Enhancement and bug fix

24 Nov 07:22
f38e05f
Compare
Choose a tag to compare
  1. new field extra_ssh_keys support for multiple ssh keys
  2. new field public_ip_sku support for the definition of the sku for public ip
  3. fix public_ip_address will be empty when allocation_method is Dynamic

Support for `license_type`

29 Sep 02:52
640ce1f
Compare
Choose a tag to compare

Support for new variable license_type

Support Terraform 0.13

07 Sep 09:07
0d48bb4
Compare
Choose a tag to compare

Support Terraform 0.13

Default value of source IP ranges for NSG rule Change

05 Aug 02:45
93d9750
Compare
Choose a tag to compare

Default value of source IP ranges for NSG rule Change from * to 0.0.0.0/0 to prevent errors when remote port is specific.

Parametrise source IP ranges

28 Jul 05:22
c068a84
Compare
Choose a tag to compare

Parametrise source IP ranges for tcp nsg security rule and lower the priority.

Fix features

19 Jun 06:53
f88f652
Compare
Choose a tag to compare
  1. Allow custom location for vms, add back variable location in variables.tf
  2. fix examples in README
  3. upgrade vm_os_simple default version
  4. change windows definition in vm_os_simple from Windows to WindowsServer
  5. export availability zone of the vms

Fix features

06 May 03:22
512b5db
Compare
Choose a tag to compare

Fixed domain_name_label must contain only lowercase alphanumeric characters, numbers and hyphens

Integration of terramodtest 0.5.0

16 Apr 08:06
a146787
Compare
Choose a tag to compare
  1. Integration of terramodtest 0.5.0
  2. Distinguish the computer name of vm as ${hostname}-${count.index}