Releases: wso2/azure-terraform-modules
Releases · wso2/azure-terraform-modules
v0.28.0
What's Changed
- Add HTTPS & FTPS Configurations for Function Apps by @athiththan11 in #89
Full Changelog: v0.27.0...v0.28.0
v0.27.0
What's Changed
- Change postgre sql server high availability standby availability zone variable to number by @ruwinrmrrr in #88
Full Changelog: v0.26.0...v0.27.0
v0.26.0
What's Changed
- Modify create mode variable into an optional variable in postgresql flexible server by @ruwinrmrrr in #85
- Remove standby availability zone variable from high availability optional block in postgre sql server module by @ruwinrmrrr in #87
Breaking Changes
v0.5.0
- v.0.25.0
by default postgre sql server module will create with high availability with zone redundant option. From this version (v0.26.0
) by default the postgre sql server will not have the high availability active unless if enabled by adding the high_availability_mode
variable to either "SameZone" or "ZoneRedundant".
New Contributors
- @ruwinrmrrr made their first contribution in #85
Full Changelog: v0.25.0...v0.26.0
v0.25.0
What's Changed
- Add Workload Identity Federation Manual AzureRM Service Endpoint & Output User Assigned Identity Client ID by @athiththan11 in #84
Full Changelog: v0.24.0...v0.25.0
v0.24.0
What's Changed
- Add support for multiple custom rule match_conditions by @ayeshajay in #83
Full Changelog: v0.23.0...v0.24.0
Release note
Existing users need to update the existing condition to the following.
Existing
match_condition = {
match_variable = "Testing condition"
match_values = ["/test"]
operator = "contains"
negation_condition = false
transforms = []
}
New
match_condition = [{
match_variable = "Testing condition"
match_values = ["/test"]
operator = "contains"
negation_condition = false
transforms = []
}]
v0.23.0
What's Changed
- Fix output for static site custom domain by @SazniMohamed in #82
Full Changelog: v0.22.0...v0.23.0
v0.22.0
What's Changed
- Output MSSQL Elastic Pool Name by @athiththan11 in #81
Full Changelog: v0.21.0...v0.22.0
v0.21.0
What's Changed
- Add AzApi module for Log Analytics Workspace Table by @SazniMohamed in #80
Full Changelog: v0.20.0...v0.21.0
v0.20.0
What's Changed
- Update Monitor Scheduled Query Alert with Azure V2 api by @SazniMohamed in #79
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- Add Cost Anomaly Alert module by @athiththan11 in #78
Full Changelog: v0.18.0...v0.19.0