Releases of the Terraform Well Architected Modules
Edit me
Module: azure-sa
1.0.0
⚠ BREAKING CHANGES
- data structure has changed due to renaming of properties and (output) variables
Features
Upgrade from v0.23.x to v1.0
- Update module reference to:
version = "~> 1.0"
- Rename properties in storage object:
- resourcegroup -> resource_group
- enable_https_traffic_only -> https_traffic_only_enabled
- Rename variable (optional):
- resourcegroup -> resource_group
- Rename output variable:
- subscriptionId -> subscription_id
Module: azure-vm
3.0.0
⚠ BREAKING CHANGES
- data structure has changed due to renaming of properties and (output) variables.
Features
- align and remove several deprecated properties (#132) (8415daa)
- align source image reference blocks (#130) (489cf70)
Upgrade from v2.4.0 to v3.0.0:
- Update module reference to:
version = "~> 3.0"
- Rename properties in instance object:
- resourcegroup -> resource_group
- image -> source_image_reference
- enable_accelerated_networking -> accelerated_networking_enabled
- enable_ip_forwarding -> ip_forwarding_enabled
- ultra_ssd_enabled -> additional_capabilities.ultra_ssd_enabled
- boot_diags.storage_uri -> boot_diagnostics.storage_account_uri
- Rename variable (optional):
- resourcegroup -> resource_group
- Rename output variable:
- subscriptionId -> subscription_id’
Module: azure-psql
1.0.0
⚠ BREAKING CHANGES
- update of data structure as variable got renamed
- feat: add psql flexible server configurations, including example and updated docs
- feat: update module versions to 1.0
Upgrade from v0.7.0 to v1.0.0
- Update module reference to:
version = "~> 1.0"
- Rename variable (optional):
- resourcegroup -> resource_group
Features
Module: azure-psql
0.7.0
Features
Module: azure-syn
0.1.0 (2024-08-07)
Features
- create initial resources (be76cae)
- deps: Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#6) (ced4840)
- deps: Bump github.com/gruntwork-io/terratest in /tests (#7) (9a7da9d)