Releases of the Terraform Well Architected Modules
Edit me
Module: azure-vm
6.1.0
Features
- deps: bump golang.org/x/crypto from 0.32.0 to 0.35.0 in /tests (#191) (8d6ec4c)
- deps: bump golang.org/x/net from 0.34.0 to 0.38.0 in /tests (#192) (650abad)
Module: azure-vm
6.0.0
⚠ BREAKING CHANGES
- The data structure changed, causing a recreate on existing resources.
Features
Upgrade from v5.2.0 to v6.0.0:
- Update module reference to:
version = "~> 6.0"
- The user assigned identity is removed from the module and it is not set to system assigned default anymore as well.
- For identity we created a separate module as shown in the examples.
- The property and variable resource_group is renamed to resource_group_name
- The property subnet is changed to subnet_id and placed in ip configurations
- The structure changed abit when ssh keys or passwords are generated within the module itself as shown in the examples.