Releases: zscaler/terraform-provider-zpa
Releases · zscaler/terraform-provider-zpa
v3.33.9
3.33.9 (October, 31 2024)
Notes
- Release date: (October, 31 2024)
- Supported Terraform version: v1.x
Bug Fixes
- PR #500 - Implemented a fix to the update function across all specialized application segment resources:
zpa_application_segment_browser_access
- The fix now automatically includes the attributesapp_id
andba_app_id
in the payload during updateszpa_application_segment_inspection
- The fix now automatically includes the attributesapp_id
andinspect_app_id
in the payload during updateszpa_application_segment_pra
- The fix now automatically includes the attributesapp_id
andpra_app_id
in the payload during updates.
NOTE: This update/fix is required to ensure the ZPA API can properly identify the Browser Access, Inspection App and PRA App, based on its specific custom ID. The fix also includes the removal of theForceNew
option previously included in the schema to force the resource replacement in case of changes. Issue PR #498
v3.33.8
3.33.8 (October, 29 2024)
Notes
- Release date: (October, 29 2024)
- Supported Terraform version: v1.x
Bug Fixes
- PR #499 - Fixed
zpa_application_segment_pra
import function and normalization of computed attributes. - PR #499 - Fixed drift with attribute
health)check_type
in the resourceszpa_application_segment
,zpa_application_segment_pra
,zpa_application_segment_inspection
andzpa_application_segment_browser_access
Enhancements
- PR #499 - Added new
zpa_application_segment
attributeinspect_traffic_with_zia
v3.33.7
3.33.7 (October, 7 2024)
Notes
- Release date: (October, 7 2024)
- Supported Terraform version: v1.x
Enhancements
- PR #496 - Added new
object_type
RISK_FACTOR_TYPE
to the following ZPA access policy resources:zpa_policy_access_rule
, andzpa_policy_access_rule_v2
NOTE RISK_FACTOR_TYPE
is the Risk Score criteria equivalent in the ZPA UI and supports the following values:
UNKNOWN
, LOW
, MEDIUM
, HIGH
, CRITICAL
Bug Fixes
- PR #496 - Fixed issue with attribute
tcp_port_range
/udp_port_range
andtcp_port_ranges
/udp_port_ranges
withinzpa_application_segment
. The fix ensure that both port configuration formats are supported interchangeably. The fix also ensure the port configuration order is maintained during configuration. This fix does not impact exist configuration. Issue #490.
v3.33.6
v3.33.5
3.33.5 (September, 30 2024)
Notes
- Release date: (September, 30 2024)
- Supported Terraform version: v1.x
Enhancement
v3.33.4
3.33.4 (September, 23 2024)
Notes
- Release date: (September, 23 2024)
- Supported Terraform version: v1.x
Bug Fixes
v3.33.3
3.33.3 (September, 18 2024)
Notes
- Release date: (September, 18 2024)
- Supported Terraform version: v1.x
Bug Fixes
v3.33.2
v3.33.1
v3.33.0
3.33.0 (September, 5 2024)
Notes
- Release date: (September, 5 2024)
- Supported Terraform version: v1.x
Enhancements
- PR #483 Updated
resourceSegmentGroupUpdate
function in the resourcezpa_segment_group
to use the new GO SDK functionUpdateV2
. TheUpdateV2
function offers a newly enhanced v2 ZPA API endpoint.