Skip to content

v3.33.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 06:18
v3.33.7
1eb0655

3.33.7 (October, 7 2024)

Notes

  • Release date: (October, 7 2024)
  • Supported Terraform version: v1.x

Enhancements

  • PR #496 - Added new object_type RISK_FACTOR_TYPE to the following ZPA access policy resources: zpa_policy_access_rule, and zpa_policy_access_rule_v2

NOTE RISK_FACTOR_TYPE is the Risk Score criteria equivalent in the ZPA UI and supports the following values:
UNKNOWN, LOW, MEDIUM, HIGH, CRITICAL

Bug Fixes

  • PR #496 - Fixed issue with attribute tcp_port_range/udp_port_range and tcp_port_ranges/udp_port_ranges within zpa_application_segment. The fix ensure that both port configuration formats are supported interchangeably. The fix also ensure the port configuration order is maintained during configuration. This fix does not impact exist configuration. Issue #490.