Skip to content

Releases: zscaler/terraform-provider-zpa

v2.82.2-beta

18 Aug 06:07
v2.82.2-beta
622d17c
Compare
Choose a tag to compare

2.82.2-beta (August, 17 2023) - Beta

Notes

  • Release date: (August, 17 2023)
  • Supported Terraform version: v1.x

Fixes

  • PR #345
    1. zpa_policy_access_rule_reorder Added check to prevent order <= 0
    2. zpa_policy_access_rule_reorder Added check to prevent non-contigous (gaps) in rule order numbers
    3. zpa_policy_access_rule_reorder Added check to prevent rule order number to be greater than the total number of rules being configured.

⚠️ WARNING:: The attribute rule_order is now deprecated in favor of this resource for all ZPA policy types.

v2.82.1-beta

16 Aug 20:16
v2.82.1-beta
Compare
Choose a tag to compare

2.82.1-beta (August, 16 2023) - Beta

Notes

  • Release date: (August, 16 2023)
  • Supported Terraform version: v1.x

Enhancements

  • PR #344
    1. Implemented a new resource zpa_policy_access_rule_reorder to support Access policy rule reorder in a more efficient way.

⚠️ WARNING:: The attribute rule_order is now deprecated in favour of this resource for all ZPA policy types.

v2.82.0-beta

16 Aug 06:51
v2.82.0-beta
29582ae
Compare
Choose a tag to compare

2.82.0-beta (August, 13 2023) - Beta

Notes

  • Release date: (August, 13 2023)
  • Supported Terraform version: v1.x

Enhancements

  • PR #340
    1. Implemented a new resource zpa_policy_access_rule_reorder to support Access policy rule reorder in a more efficient way.

⚠️ WARNING:: The attribute rule_order is now deprecated in favour of this resource for all ZPA policy types.

v2.81.1

07 Aug 05:41
v2.81.1
58b3999
Compare
Choose a tag to compare
Release v2.81.1

v2.81.0

02 Aug 03:39
v2.81.0
1feecc5
Compare
Choose a tag to compare

2.81.0 (August, 1 2023)

Notes

  • Release date: (August, 1 2023)
  • Supported Terraform version: v1.x

Enhancements

  • PR #334 - Added support to ZPA GOVUS environment. Issue #333

v2.8.0

06 Jul 03:23
v2.8.0
6ea5b2e
Compare
Choose a tag to compare

2.8.0 (July, 5 2023)

Notes

  • Release date: (July, 5 2023)
  • Supported Terraform version: v1.x

Enhancements

  • PR #325 - Added new attribute waf_disabled to resource zpa_app_connector_group
  • PR #326 - Added support to ZPA QA environment

Fixes

  • PR #319 - Fixed links to Zenith Community demo videos in the documentation
  • PR #321 - Fixed resource zpa_server_groupdue to panic when set attribute dynamic_discovery to false.
  • PR #323 - Fixed attribute server_groups in all zpa_application_segment resources due to server group ID reorder, which caused drift behavior. Issue #322

v2.7.9

10 Jun 21:02
v2.7.9
2b113d5
Compare
Choose a tag to compare

2.7.9 (June, 10 2023)

Notes

  • Release date: (June, 10 2023)
  • Supported Terraform version: v1.x

Fixes

  • Updated to Zscaler-SDK-GO v1.5.5. The update improves search mechanisms for ZPA resources, to ensure streamline upstream GET API requests and responses using search parameter. Notice that not all current API endpoints support the search parameter, in which case, all resources will be returned.

v2.7.8

04 Jun 00:04
v2.7.8
44ed458
Compare
Choose a tag to compare

2.7.8 (June, 3 2023)

Notes

  • Release date: (June, 3 2023)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #311 Fixed ZPA resource Service Edge Group and Service Edge Controller Struct to support attribute publish_ips.
  • PR #314 Fixed rhs attribute within the GetPolicyConditionsSchemafunction to prevent invalid new value inconsistency issue.

v2.7.7

23 May 23:35
v2.7.7
75d7a54
Compare
Choose a tag to compare

2.7.7 (May, 23 2023)

Notes

  • Release date: (May, 23 2023)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #309 Updated provider to Zscaler SDK GO v1.5.2. The update added exception handling within the ZPA API Client to deal with simultaneous DB requests, which were affecting the ZPA Policy Access rule order creation.

⚠️ WARNING: Due to API restrictions, we recommend to limit the number of requests to ONE, when configuring the following resources:

  • zpa_policy_access_rule
  • zpa_policy_inspection_rule
  • zpa_policy_timeout_rule
  • zpa_policy_forwarding_rule
  • zpa_policy_isolation_rule

Terraform uses goroutines to speed up deployment, but the number of parallel
operations it launches exceeds what is recommended.
When configuring ZPA Policies we recommend to limit the number of concurrent API calls to ONE. This limit ensures that there is no performance impact during the provisioning of large Terraform configurations.

This recommendation applies to the following resources:

  • zpa_policy_access_rule
  • zpa_policy_inspection_rule
  • zpa_policy_timeout_rule
  • zpa_policy_forwarding_rule
  • zpa_policy_isolation_rule

In order to accomplish this, make sure you set the
parallelism value at or
below this limit to prevent performance impacts.

v2.7.6

20 May 20:11
v2.7.6
0f525ff
Compare
Choose a tag to compare

2.7.6 (May, 20 2023)

Notes

  • Release date: (May, 20 2023)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #306 Fix resource zpa_policy_forwarding_rule to ensure updates are executed during resource rule modifications.
  • PR #307 Fix resource zpa_policy_timeout_rule to ensure updates are executed during resource rule modifications.
  • PR #308 Fix the following access rule resources to ensure updates are executed during resource rule modifications:
    • zpa_policy_inspection_rule
    • zpa_policy_isolation_rule