Releases: zscaler/terraform-provider-zpa
v2.82.2-beta
2.82.2-beta (August, 17 2023) - Beta
Notes
- Release date: (August, 17 2023)
- Supported Terraform version: v1.x
Fixes
- PR #345
zpa_policy_access_rule_reorder
Added check to preventorder <= 0
zpa_policy_access_rule_reorder
Added check to prevent non-contigous (gaps) in rule order numberszpa_policy_access_rule_reorder
Added check to prevent rule order number to be greater than the total number of rules being configured.
rule_order
is now deprecated in favor of this resource for all ZPA policy types.
v2.82.1-beta
2.82.1-beta (August, 16 2023) - Beta
Notes
- Release date: (August, 16 2023)
- Supported Terraform version: v1.x
Enhancements
- PR #344
- Implemented a new resource
zpa_policy_access_rule_reorder
to support Access policy rule reorder in a more efficient way.
- Implemented a new resource
rule_order
is now deprecated in favour of this resource for all ZPA policy types.
v2.82.0-beta
2.82.0-beta (August, 13 2023) - Beta
Notes
- Release date: (August, 13 2023)
- Supported Terraform version: v1.x
Enhancements
- PR #340
- Implemented a new resource
zpa_policy_access_rule_reorder
to support Access policy rule reorder in a more efficient way.
- Implemented a new resource
rule_order
is now deprecated in favour of this resource for all ZPA policy types.
v2.81.1
Release v2.81.1
v2.81.0
v2.8.0
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 resourcezpa_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_group
due to panic when set attributedynamic_discovery
to false. - PR #323 - Fixed attribute
server_groups
in allzpa_application_segment
resources due to server group ID reorder, which caused drift behavior. Issue #322
v2.7.9
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
2.7.8 (June, 3 2023)
Notes
- Release date: (June, 3 2023)
- Supported Terraform version: v1.x
Bug Fixes
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.
v2.7.6
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