Releases of the Terraform Well Architected Modules
Edit me
Module: azure-acr
1.6.0
Features
- deps: bump github.com/gruntwork-io/terratest in /tests (#55) (38227f2)
- update contribution docs (#53) (f7a2f8a)
Module: azure-aks
1.0.0
⚠ BREAKING CHANGES
- data structure has changed due to renaming of properties and output variables.
Features
Upgrade from v0.12.0 to v1.0.0:
- Update module reference to:
version = "~> 1.0"
- Rename or remove properties in cluster object:
- resourcegroup -> resource_group
- custom_ca_trust_certificates_base64 -> deprecated
- azure_active_directory_role_based_access_control -> several deprecated properties
- custom_ca_trust_enabled -> deprecated
- load_balancer -> load_balancer_profile
- proxy -> http_proxy_config
- workspace.enable.oms_agent -> oms_agent
- workspace.enable.defender -> microsoft_defender
- profile.service_mesh -> service_mesh_profile
- profile.autoscaler -> workload_autoscaler_profile
- maintenance.general -> maintenance_window
- maintenance.node_os -> maintenance_window_node_os
- maintenance.auto_upgrade -> maintenance_window_auto_upgrade
- default_node_pool.config.linux_os -> default_node_pool.linux_os_config
- default_node_pool.config.kubelet -> default_node_pool.kubelet_config
- Rename variable (optional):
- resourcegroup -> resource_group
- Rename output variable:
- subscriptionId -> subscription_id’
- Change defaults:
- role_based_access_control_enabled now defaults to true
- local_account_disabled now defaults to false
- skip_service_principal_aad_check now defaults to false
- Change required properties:
- identity is now required for all usages
Module: azure-rbac
0.5.0
Features
Module: azure-rbac
0.4.0
Features
- deps: bump github.com/gruntwork-io/terratest in /tests (#21) (dbb5605)
- update contribution docs (#18) (afe9fe9)