Skip to content

v3.33.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 18:40
v3.33.9
3d73333

3.33.9 (October, 31 2024)

Notes

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

Bug Fixes

  • PR #500 - Implemented a fix to the update function across all specialized application segment resources:
    • zpa_application_segment_browser_access - The fix now automatically includes the attributes app_id and ba_app_id in the payload during updates
    • zpa_application_segment_inspection - The fix now automatically includes the attributes app_id and inspect_app_id in the payload during updates
    • zpa_application_segment_pra - The fix now automatically includes the attributes app_id and pra_app_id in the payload during updates.
      NOTE: This update/fix is required to ensure the ZPA API can properly identify the Browser Access, Inspection App and PRA App, based on its specific custom ID. The fix also includes the removal of the ForceNew option previously included in the schema to force the resource replacement in case of changes. Issue PR #498