Releases of the Terraform Well Architected Modules
Edit me
Module: azure-kv
4.0.0
⚠ BREAKING CHANGES
- add type definitions, updated properties (#103)
Features
Upgrade from v3.x to v4.0.0:
- Update module reference to:
version = "~> 4.0"
- The property and variable
resource_group
is renamed toresource_group_name
- To prevent the
Key Vault Administrator
role assignment from being assigned, setenable_role_assignment = false
- See access policies example, to use the Key Vault Access policies instead of RBAC.
Module: azure-mysql
3.0.0
⚠ BREAKING CHANGES
- The data structure changed, causing a recreate on existing resources.
Features
- add missing properties (#32) (7ce4a0f)
- deps: bump github.com/gruntwork-io/terratest in /tests (#24) (50f9e8d)
- deps: bump golang.org/x/crypto from 0.31.0 to 0.35.0 in /tests (#27) (ad25c27)
- deps: bump golang.org/x/net from 0.33.0 to 0.38.0 in /tests (#28) (f20a007)
Module: azure-mysql
2.0.0
⚠ BREAKING CHANGES
- The data structure changed, causing a recreate on existing resources.
Features
Upgrade from v1.2.0 to v2.0.0:
- Update module reference to:
version = "~> 2.0"
- The user assigned identity is removed from the module.
- For identity we created a separate module as shown in the examples.
- The property and variable resource_group is renamed to resource_group_name