Releases of the Terraform Well Architected Modules
Edit me
Module: azure-naming
0.19.1
Bug Fixes
Module: azure-psql
3.0.0
⚠ BREAKING CHANGES
- update provider azuread to new major version, renamed properties. (#40)
- Updated provider AzureAD to major version ~> 3.0
- Renamed the following properties to align with the azurerm provider:
- ‘restore_time_utc’ to ‘point_in_time_restore_time_in_utc
- ‘geo_redundant_backup’ to ‘geo_redundant_backup_enabled’
- ‘admin_password’ to ‘administrator_password’
- ‘cmk’ to ‘customer_managed_key’
- ‘enabled’ to ‘authentication’
- ‘enabled.pw_auth’ to ‘authentication.password_auth_enabled’
- ‘enabled.ad_auth’ to ‘authentication.active_directory_auth_enabled’
- ‘network.delegated_subnet_id’ to ‘delegated_subnet_id’
- ‘network. private_dns_zone_id’ to ‘private_dns_zone_id’
- ‘maintenance’ to ‘maintenance_window’
- Renamed output variable ‘instance’ to ‘server’ to align with the mysql module.
- Updated psql version to latest version 16.
- Added logic to generate random password only if password_auth_enabled is set to True.
- Updated all readme’s to include Types notation.
- Updated examples to reflect all property changes and upgrade to new 3.0 module version.
- Updated ‘vnet-integrated’ and ‘complete’ example with stand-alone private-dns module instead of submodule.
- Renamed example ‘maintentance’ folder to ‘maintenance’ and ‘deploy.go’ test file to ‘deploy_test.go’.
- Renamed ‘local.tf’ files to ‘naming.tf’ files
Features
Module: azure-pdns
3.0.0
⚠ BREAKING CHANGES
- the data structure has been enhanced to accommodate both public and private dns zones
Features
Upgrade from v2.1.0 to v3.0.0:
- Update module reference to:
version = "~> 3.0"
- Restructure the zones object:
- within zones either private or public is required now to categorize the zone types
- Added output variables:
- private_zones and public_zones