Releases: Azure/terraform-azurerm-compute
Releases · Azure/terraform-azurerm-compute
Support for `extra_disks` and `public_ip_sku`
- Support for new variable
public_ip_sku
, defaults toBasic
- 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 - Fix
public_ip_address
will be empty whenallocation_method
isDynamic
Support for `os_profile_secrets`
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
- new field
extra_ssh_keys
support for multiple ssh keys - new field
public_ip_sku
support for the definition of the sku for public ip - fix
public_ip_address
will be empty whenallocation_method
isDynamic
Support for `license_type`
Support for new variable license_type
Support Terraform 0.13
Support Terraform 0.13
Default value of source IP ranges for NSG rule Change
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
Parametrise source IP ranges for tcp nsg security rule and lower the priority.
Fix features
- Allow custom location for vms, add back variable
location
in variables.tf - fix examples in README
- upgrade
vm_os_simple
default version - change windows definition in
vm_os_simple
fromWindows
toWindowsServer
- export availability zone of the vms
Fix features
Fixed domain_name_label must contain only lowercase alphanumeric characters, numbers and hyphens
Integration of terramodtest 0.5.0
- Integration of terramodtest 0.5.0
- Distinguish the computer name of vm as
${hostname}-${count.index}