v2.7.7
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.
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.