Skip to content

Releases: zscaler/terraform-provider-zpa

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.

v3.32.5

29 Aug 06:52
v3.32.5
f4d9923
Compare
Choose a tag to compare

3.32.5 (August, 28 2024)

Notes

  • Release date: (August, 28 2024)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #481 - Fixed drift issue within the attribute tcp_port_ranges and udp_port_ranges for the resource zpa_application_segment to ignore the order which the port numbers are configured.

v3.32.4

26 Aug 22:37
v3.32.4
076b0c6
Compare
Choose a tag to compare

3.32.4 (August, 26 2024)

Notes

  • Release date: (August, 26 2024)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #478 - Fixed drift within the attribute service_edge for the resource zpa_service_edge_group to ignore the order of IDs
  • PR #478 - Fixed drift within the attribute tcp_port_ranges and udp_port_ranges for the resource zpa_application_segment to ignore the order which the port numbers are configured.

Enhancements

  • PR #478 Added new attributes to privileged_approvals_enabled to resource: zpa_microtenant_controller. The attribute indicates if Privileged Approvals is enabled (true) for the Microtenant.