v0.17.3
What's Changed
- [main] Update SSL profile configuration in Application Gateway by @Shenali-SJ in #74
- [main] Add Application Gateway SSL profile to ignore block by @Shenali-SJ in #75
Module - Application-Gateway
Variable Names
Removed Variables
ssl_policy_name
Added Variables
ssl_profiles
Added to Ignore Block
trusted_client_certificate
ssl_profile
Data Type Changes
Variable Name | Old | New |
---|---|---|
appgw_rewrite_rule_set | list(map(string)) | type = map(object({ name = string rewrite_rule = object({ name = string rule_sequence = string request_header_configuration = object({ header_name = string header_value = string }) }) })) |
Full Changelog: v0.17.2...v0.17.3