Releases of the Terraform Well Architected Modules
Edit me
Module: azure-app
3.0.0
⚠ BREAKING CHANGES
- removed system assigned identity default
Features
Upgrade from v2.4.0 to v3.0.0:
- Update module reference to:
version = "~> 3.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.
Module: azure-pip
3.0.0
⚠ BREAKING CHANGES
- prefix resources is removed from main module
Features
Upgrade from v2.7.0 to v3.0.0:
- Update module reference to:
version = "~> 3.0"
- New submodule for prefixes
- Update data structure to support public ip’s with prefixes as shown in the examples.