Skip to content

Releases: zscaler/terraform-provider-zpa

v3.33.9

31 Oct 18:40
v3.33.9
3d73333
Compare
Choose a tag to compare

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

v3.33.8

30 Oct 05:27
v3.33.8
a976d51
Compare
Choose a tag to compare

3.33.8 (October, 29 2024)

Notes

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

Bug Fixes

  • PR #499 - Fixed zpa_application_segment_pra import function and normalization of computed attributes.
  • PR #499 - Fixed drift with attribute health)check_type in the resources zpa_application_segment, zpa_application_segment_pra, zpa_application_segment_inspection and zpa_application_segment_browser_access

Enhancements

  • PR #499 - Added new zpa_application_segment attribute inspect_traffic_with_zia

v3.33.7

06 Oct 06:18
v3.33.7
1eb0655
Compare
Choose a tag to compare

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.

v3.33.6

01 Oct 22:01
v3.33.6
7210f29
Compare
Choose a tag to compare

3.33.6 (October, 1 2024)

Notes

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

Bug Fixes

  • PR #495 - Fixed issue with attribute tcp_port_range and udp_port_range within the resource zpa_application_segment

v3.33.5

30 Sep 23:49
v3.33.5
bafcab1
Compare
Choose a tag to compare

3.33.5 (September, 30 2024)

Notes

  • Release date: (September, 30 2024)
  • Supported Terraform version: v1.x

Enhancement

  • PR #493 - Added plan stage validation for attributes select_connector_close_to_app and bypass_type in the resource zpa_application_segment.
  • PR #493 - Added new attribute use_in_dr_mode in the resource zpa_service_edge_group.

v3.33.4

23 Sep 17:32
v3.33.4
0922d72
Compare
Choose a tag to compare

3.33.4 (September, 23 2024)

Notes

  • Release date: (September, 23 2024)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #492 - Fixed drift within attribute zpa_policy_credential_access_rule.
  • PR #492 - Fixed detachement function within zpa_segment_group
    ~> NOTE This fix does not affect existing configurations.

v3.33.3

19 Sep 15:15
v3.33.3
bf55dfe
Compare
Choose a tag to compare

3.33.3 (September, 18 2024)

Notes

  • Release date: (September, 18 2024)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #489 - Fixed drift within attribute common_apps_dto and pra_apps in the zpa_application_segment_pra resource.
  • PR #489 - Fixed drift within attribute common_apps_dto and pra_apps in the zpa_application_segment_inspection resource.
    ~> NOTE This fix does not affect existing configurations.

v3.33.2

18 Sep 23:37
v3.33.2
7d92cc4
Compare
Choose a tag to compare

Changelog

v3.33.1

09 Sep 04:47
v3.33.1
2f0edd0
Compare
Choose a tag to compare

3.33.1 (September, 8 2024)

Notes

  • Release date: (September, 8 2024)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #484 - Fixed drift within the resource zpa_application_segment related to the attribute microtenant_id when setting the microtenant ID via environment variable.

v3.33.0

05 Sep 20:35
v3.33.0
343912b
Compare
Choose a tag to compare

3.33.0 (September, 5 2024)

Notes

  • Release date: (September, 5 2024)
  • Supported Terraform version: v1.x

Enhancements

  • PR #483 Updated resourceSegmentGroupUpdate function in the resource zpa_segment_group to use the new GO SDK function UpdateV2. The UpdateV2 function offers a newly enhanced v2 ZPA API endpoint.

Bug Fixes

  • PR #483 - Fixed drift issue within all policy access rule v2 resources.
  • PR #483 - Fixed drift within the resource zpa_provisioning_key related to the attribute microtenant_id when setting the microtenant ID via environment variable.