Skip to content

v0.17.3

Compare
Choose a tag to compare
@ayeshajay ayeshajay released this 16 May 15:52
· 152 commits to main since this release
f016885

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