Skip to content

v2.7.7

Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 23:35
· 184 commits to master since this release
v2.7.7
75d7a54

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.