Releases: Azure/terraform-azurerm-compute
Releases · Azure/terraform-azurerm-compute
5.2.0
- Bump github.com/Azure/terraform-module-test-helper from 0.8.1 to 0.9.1 in /test #240 (dependabot[bot])
- Bump github.com/gruntwork-io/terratest from 0.41.10 to 0.41.11 in /test #239 (dependabot[bot])
- Update versions.tf to require Terraform v1.3 #238 (lonegunmanb)
- Bump golang.org/x/net from 0.1.0 to 0.7.0 in /test #237 (dependabot[bot])
- Bump github.com/hashicorp/go-getter/v2 from 2.1.1 to 2.2.0 in /test #236 (dependabot[bot])
- Bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0 in /test #235 (dependabot[bot])
- Use name template variables to customize the name of each resource #234 (DatsloJRel)
- Improve separate data disk resource logic #233 (lonegunmanb)
- Pin the iterator variable to avoid concurrent test error #232 (lonegunmanb)
- Bump github.com/gruntwork-io/terratest from 0.41.9 to 0.41.10 in /test #231 (dependabot[bot])
- Bump github.com/Azure/terraform-module-test-helper from 0.7.1 to 0.8.1 in /test #230 (dependabot[bot])
- Create data disks and attach after VM creation by azurerm_virtual_machine_data_disk_attachment resource. #227 (DatsloJRel)
5.1.0
- Optionally create an availability set #228 (DatsloJRel)
- Update
README.md
with Powershell error resolution. #226 (DatsloJRel) - Update readme to recommend new virtual machine module #225 (lonegunmanb)
- Bump github.com/Azure/terraform-module-test-helper from 0.6.0 to 0.7.1 in /test #221 (dependabot[bot])
- Bump github.com/gruntwork-io/terratest from 0.41.7 to 0.41.9 in /test #219 (dependabot[bot])
5.0.0
- Adjust the "plan" input to properly set the image name and product #218 (AWSmith0216)
- Add support for multiple virtual machine extensions. #217 (lonegunmanb)
- Bump github.com/Azure/terraform-module-test-helper from 0.4.0 to 0.6.0 in /test #216 (dependabot[bot])
- Bump github.com/gruntwork-io/terratest from 0.41.6 to 0.41.7 in /test #215 (dependabot[bot])
4.2.0
- Changed var.location default value from "" to null #214 (juanjojulian)
- Bump tflint plugin version, add new checking rule #213 (lonegunmanb)
- Upgrade
terraform-module-test-helper
lib so we can get rid of override file to execute version upgrade test #212 (lonegunmanb)
4.1.0
- Add support for
azurerm_virtual_machine_extension
resource. #210 (lonegunmanb) - Add support for
plan
block #209 (lonegunmanb) - Support boot diagnostics storage injection #208 (lonegunmanb)
- Add support for network security group injection #205 (lonegunmanb)
- Solve #107 by adding
create_before_destroy = true
to defer public ip's deletion. #203 (lonegunmanb) - Output vm names #202 (lonegunmanb)
- Make
azurerm_availability_set
'splatform_fault_domain_count
andplatform_update_domain_count
configurable #201 (lonegunmanb) - Fix the bug introduced by #189 by adding
var.storage_os_disk_size_gb
back. #200 (lonegunmanb) - Add support for
azurerm_virtual_machine.zones
#199 (lonegunmanb) - Convert legacy splat syntax into bracket syntax #198 (lonegunmanb)
- Replacing location and resource_group_name with local variables #196 (jiaweitao001)
- Removing depends_on in examples code #195 (jiaweitao001)
- Add override template file so we can run version upgrade test #194 (lonegunmanb)
- Rename some resources to snake case. #193 (lonegunmanb)
- Refactor code to meet tflint's requirements #189 (lonegunmanb)
- Allow custom OS disk size #183 (yatzek)
4.0.0
Add CI pipeline #185 (jiaweitao001)
Add variable `delete_data_disks_on_termination`
Add variable delete_data_disks_on_termination
Fixed deprecated list method
Fixed deprecated list method
Fix to make ssh_key optional
Fix to make ssh_key optional
Support `ssh_key_values` for raw value for ssh keys in addition to paths
Support ssh_key_values
for raw value for ssh keys in addition to paths