Releases: zscaler/terraform-provider-zpa
v3.3.21
3.3.21 (May, 18 2024)
Notes
- Release date: (May, 18 2024)
- Supported Terraform version: v1.x
ENHACEMENTS
- PR #455 Added new data source
zpa_application_segment_by_type
. The data source allows for querying of application segments by type. Theapplication_type
attribute supports the following values:BROWSER_ACCESS
,INSPECT
, andSECURE_REMOTE_ACCESS
Bug Fixes
- PR #455 Fixed resource
zpa_service_edge_group
due to misconfiguration in the importing function.
Internal Changes
- PR #454 - Added Support to arbitrary clouds for testing purposes
v3.3.2
3.3.2 (May, 18 2024)
Notes
- Release date: (May, 18 2024)
- Supported Terraform version: v1.x
ENHACEMENTS
- PR #455 Added new data source
zpa_application_segment_by_type
. The data source allows for querying of application segments by type. Theapplication_type
attribute supports the following values:BROWSER_ACCESS
,INSPECT
, andSECURE_REMOTE_ACCESS
Bug Fixes
- PR #455 Fixed resource
zpa_service_edge_group
due to misconfiguration in the importing function.
Internal Changes
- PR #454 - Added Support to arbitrary clouds for testing purposes
v3.3.1
3.3.1 (May, 18 2024)
Notes
- Release date: (May, 18 2024)
- Supported Terraform version: v1.x
ENHACEMENTS
- PR #455 Added new data source
zpa_application_segment_by_type
. The data source allows for querying of application segments by type. Theapplication_type
attribute supports the following values:BROWSER_ACCESS
,INSPECT
, andSECURE_REMOTE_ACCESS
Bug Fixes
- PR #455 Fixed resource
zpa_service_edge_group
due to misconfiguration in the importing function.
Internal Changes
- PR #454 - Added Support to arbitrary clouds for testing purposes
v3.3.0
3.3.0 (May, 18 2024)
Notes
- Release date: (May, 17 2024)
- Supported Terraform version: v1.x
ENHACEMENTS
- PR #455 Added new data source
zpa_application_segment_by_type
. The data source allows for querying of application segments by type. Theapplication_type
attribute supports the following values:BROWSER_ACCESS
,INSPECT
, andSECURE_REMOTE_ACCESS
Bug Fixes
- PR #455 Fixed resource
zpa_service_edge_group
due to misconfiguration in the importing function.
Internal Changes
- PR #454 - Added Support to arbitrary clouds for testing purposes
v3.2.11
3.2.11 (May, 3 2024)
Notes
- Release date: (May, 3 2024)
- Supported Terraform version: v1.x
Internal Changes
- PR #449 - Added
CodeCov
Support to GitHub Workflow
Bug Fixes
- PR #450 - Implemented additional validation within the resource
zpa_policy_access_rule_reorder
to ensure it accounts for the potential existence of theZscaler Deception
rule. Zscaler API Documentation for further details.
ENHACEMENTS
- PR #450 - The resource
zpa_service_edge_group
now supports the following new attributes:grace_distance_enabled
: Allows ZPA Private Service Edge Groups within the specified distance to be prioritized over a closer ZPA Public Service Edge.grace_distance_value
: Indicates the maximum distance in miles or kilometers to ZPA Private Service Edge groups that would override a ZPA Public Service Edge.grace_distance_value_unit
: Indicates the grace distance unit of measure in miles or kilometers. This value is only required ifgrace_distance_enabled
is set to true. Support values are:MILES
andKMS
Documentation
- PR #450 - Updated documentation for
zpa_policy_access_rule_reorder
by removing deprecatedpolicy_set_id
attribute from the resource. Only thepolicy_type
is required. - PR #450 - Updated documentation for
zpa_service_edge_group
by including detailed description of the new attributes:grace_distance_enabled
,grace_distance_value
,grace_distance_value_unit
.
v3.2.1
3.2.1 (April, 8 2024)
Notes
- Release date: (April, 8 2024)
- Supported Terraform version: v1.x
Bug Fixes
-
PR #442 - Fixed
zpa_ba_certificate
resource and aligned withzpa_application_segment_browser_access
certificate_id
attribute.!> WARNING: Notice that updating the
cert_blob
attribute in thezpa_ba_certificate
will trigger a full replacement of both the certificate and thezpa_application_segment_browser_access
along with any access policy the application segment may be associated with.
v3.2.0
3.2.0 (April, 3 2024)
Notes
- Release date: (April, 3 2024)
- Supported Terraform version: v1.x
NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES:
NEW RESOURCES AND DATASOURCES:
- New datasource:
zpa_pra_approval_controller
retrieve Privileged Remote Access Approval PR #432 - New resource:
zpa_pra_approval_controller
manages Privileged Remote Access Approval PR #432 - New datasource:
zpa_pra_portal_controller
retrieve Privileged Remote Access Portal PR #432 - New resource:
zpa_pra_portal_controller
manages Privileged Remote Access Portal PR #432 - New datasource:
zpa_pra_credential_controller
retrieve Privileged Remote Access Credential PR #432 - New resource:
zpa_pra_credential_controller
manages Privileged Remote Access Credential PR #432 - New datasource:
zpa_pra_console_controller
retrieve Privileged Remote Access Console PR #432 - New resource:
zpa_pra_console_controller
manages Privileged Remote Access Console
PR #432 - New Resources: Introduced new Policy Access resources that are managed via a new
v2
API endpoint:-
zpa_policy_access_rule_v2
manages access policy rule viav2
API endpoint PR #432 -
zpa_policy_forwarding_rule_v2
manages access policy forwarding rule viav2
API endpoint PR #432 -
zpa_policy_isolation_rule_v2
manages access policy isolation rule viav2
API endpoint PR #432 -
zpa_policy_inspection_rule_v2
manages access policy inspection rule viav2
API endpoint PR #432 -
zpa_policy_timeout_rule_v2
manages access policy timeout rule viav2
API endpoint PR #432 -
zpa_policy_redirection_rule
manages redirection access policy viav2
API endpoint PR #432 -
zpa_policy_credential_rule
manages access policy credential rule viav2
API endpoint PR #432 -
zpa_policy_capabilities_rule
manages access policy capabilities rule viav2
API endpoint PR #432⚠️ WARNING:: Notice that any Access Policyv2
is a new resource and uses a different HCL format structure. If you decide to migrate to the new v2 resources, notice that this is considered a breaking change and must be done carefully. This warning only applies for those with existingv1
Access Policy HCL format structure.
-
- New resource:
zpa_emergency_access_user
manages Emergency Access Users
NEW PROPERTIES
- New Properties: The resource
zpa_ba_certificate
now displays the attributesvalid_from_in_epochsec
andvalid_to_in_epochsec
in human readableRFC1123
format - New Properties: The provider now includes support to
ZPATWO
cloud PR #432
DEPRECATIONS
- Deprecated attribute: The attributes
policy_migrated
andtcp_keep_alive_enabled
are now deprecated for the resourcezpa_segment_group
. For the attributetcp_keep_alive_enabled
use the attributetcp_keep_alive
within the resourcezpa_application_segment
", PR #432. - Deprecated attribute: The attributes
negated
within all access policy rule resource types. PR #432. - Deprecated attribute: The attributes
rule_order
within all access policy rule resource types. Please use the newly dedicated resourcezpa_policy_access_rule_reorder
PR #432.
ENHACEMENTS
- Attribute
policy_set_id
is now optional across all access policy rule resourcesv1
andv2
. The provider will automatically set thepolicy_set_id
according to the policy access resource being configured. This improvement removes the need to explicitly use the data sourcezpa_policy_type
PR #432 - Added new
match_style
attribute to thezpa_application_segment
resource PR #432. Issue #424. To learn more about this attribute visit Zscaler Help Portal - Update
zpa_ba_certificate
documentation PR #432 - Several ACC tests maintenance PR #432
v3.1.1
v3.1.0
3.1.0 (January, 17 2023)
Notes
- Release date: (January, 17 2023)
- Supported Terraform version: v1.x
Enhacements
- PR #394 - ✨ Added support for ZPA Certificate provisioning
- PR #405 - ✨ Added support for ZPA Assistant Schedule feature to configures Auto Delete for the specified disconnected App Connectors.
- PR #389 - ✨ Added support to New ZPA Bulk Reorder Policy Rule
Fixes
- PR #391 - Removed
enrollment_cert_name
computed attribute from provisioning key resource