Skip to content

Releases: zscaler/terraform-provider-zpa

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

v2.7.5

18 May 16:13
v2.7.5
aa2f54f
Compare
Choose a tag to compare

2.7.5 (May, 18 2023)

Notes

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

Enhancements

  • PR #304 Fix attribute select_connector_close_to_app by setting schema attribute to ForceNew across all application segments to ensure proper resource update when UDP port is set and select_connector_close_to_app`` is switched to false.

v2.7.4

13 May 18:47
v2.7.4
d346db4
Compare
Choose a tag to compare

2.7.4 (May, 13 2023)

Notes

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

Enhancements

  • PR #301 Improve scim values searching

v2.7.3

11 May 21:40
v2.7.3
aa2be66
Compare
Choose a tag to compare

2.7.3 (May, 11 2023)

Notes

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

Bug Fixes

  • PR #298 Fixed issue with empty IDs in the resource zpa_service_edge_groups
  • PR #298 Fix Service Edge Group Trusted Networks for resource zpa_service_edge_groups

v2.7.2

28 Apr 19:39
v2.7.2
1b19dc7
Compare
Choose a tag to compare

2.7.2 (April, 28 2023)

Notes

  • Release date: (April, 28 2023)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #285 Allow empty server group attribute in server_group attribute within an application segment
  • PR #291 Added function to support detaching objects from all policy types prior to destroy operation.

Enhacements

  • PR #291 The provider will automatically recreate ANY resources manually or accidentally deleted or modified outside of the Terraform ecosystem. This enhancement ensures fast and easy configuration recovery of configurations to the organization’s desired state.
  • PR #292 Added validation to application segments on attributes select_closest_app_connector to ensure no UDP port configuration is submitted. By default only TCP ports are supported when this attribute is set to true.