Releases: zscaler/terraform-provider-zpa
Releases · zscaler/terraform-provider-zpa
v2.6.2
v2.6.1
Release v2.6.1
v2.6.0
2.6.0 (February, 15 2023)
Notes
- Release date: (February, 15 2023)
- Supported Terraform version: v1.x
Enhacements
- PR #242 - Added new data source and resources below:
zpa_isolation_profile
- This data source gets all isolation profiles for the specified customer. The Isolation Profile ID can then be referenced in azpa_policy_isolation_rule
when theaction
is set toISOLATE
zpa_policy_isolation_rule
- This resource, creates an Isolation Rule. Notice that in order to create an isolation policy the ZPA tenant must be licensed accordingly.zpa_policy_isolation_rule
when theaction
is set toISOLATE
Bug Fix
v2.5.6
2.6.0 (February, 15 2023)
Notes
- Release date: (February, 15 2023)
- Supported Terraform version: v1.x
Enhacements
- PR #242 - Added new data source and resources below:
zpa_isolation_profile
- This data source gets all isolation profiles for the specified customer. The Isolation Profile ID can then be referenced in azpa_policy_isolation_rule
when theaction
is set toISOLATE
zpa_policy_isolation_rule
- This resource, creates an Isolation Rule. Notice that in order to create an isolation policy the ZPA tenant must be licensed accordingly.zpa_policy_isolation_rule
when theaction
is set toISOLATE
Bug Fix
v2.5.5
v2.5.4
2.5.4 (January, 16 2023)
Notes
- Release date: (January, 16 2023)
- Supported Terraform version: v1.x
Enhacements
-
PR #232 - Added new ZPA Inspection control parameters
- ZPA Inspection Profile:
web_socket_controls
- ZPA Custom Inspection Control:
-
control_type
: The following values are supported:WEBSOCKET_PREDEFINED
,WEBSOCKET_CUSTOM
,ZSCALER
,CUSTOM
,PREDEFINED
-
protocol_type
: The following values are supported:HTTP
,WEBSOCKET_CUSTOM
,ZSCALER
,CUSTOM
,PREDEFINED
-
- ZPA Inspection Profile:
Fixes
- PR #234 - Removed Segment Group detachment function, so it can use the new
force_delete
parameter when removing application segments from a segment group.
v2.5.3
v2.5.2
v2.5.1
2.5.1 (November, 30 2022)
Notes
- Release date: (November, 30 2022)
- Supported Terraform version: v1.x
Fixes
- PR #219 Added ForceNew helper to
zpa_policy_timeout_rule
parametersreauth_idle_timeout
andreauth_timeout
. Changing the values will cause the resource to be recreated on the fly. - PR #219 Added missing
ip_anchored
parameter toresource_zpa_application_segment_browser_access
- PR #220 Udated provider to Zscaler-SDK-Go v0.3.2 to ensure pagination works correctly when more than 500 items on a list.