v2.7.7 #311
willguibr
announced in
Announcements
v2.7.7
#311
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2.7.7 (May, 23 2023)
Notes
Bug Fixes
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.
This discussion was created from the release v2.7.7.
Beta Was this translation helpful? Give feedback.
All reactions