Releases: zscaler/terraform-provider-zia
v4.4.12
4.4.12 (September, 9 2025)
Notes
- Release date: (September, 9 2025)
- Supported Terraform version: v1.x
Bug Fixes
-
PR #477 - Fixed panic in
zia_url_filtering_rulesdata source when processingcbi_profileattribute by correcting the flattening function to return a slice instead of a single map, and updatedprofile_seqfield type from string to integer to match API response format. -
PR #477 - Removed local validation for the attributes
file_types, in the resourcezia_file_type_control_rules. See respective documentations for the supported file types values
v4.4.11
v4.4.10
v4.4.9
4.4.9 (August, 26 2025)
Notes
- Release date: (August, 26 2025)
- Supported Terraform version: v1.x
Enhancements
-
PR #468 - Added data source
zia_cloud_to_cloud_ir- Retrieves the Cloud-to-Cloud Incident Receiver (C2CIR) information configured in the ZIA Admin Portal. This data source can be used to set the corresponding receiver when configuring the resourcezia_dlp_web_rulesorzia_casb_dlp_rules -
PR #468 - Added attribute
receivertozia_dlp_web_rulesandzia_casb_dlp_rulesresources to allow configuration of Cloud-to-Cloud Incident Receivers.
Bug Fixes
- PR #468 - Added
valattribute tozia_url_categoriesresource to enable consistent referencing of URL categories in DLP web rules and other resources - PR #468 - Fixed performance issue in firewall filtering rules reordering by removing unnecessary predefined rule processing that was causing excessive wait times
Documentation
v4.4.8
4.4.8 (August, 22 2025)
Notes
- Release date: (August, 22 2025)
- Supported Terraform version: v1.x
Bug Fixes
- PR #466 - Enhanced
zia_device_groupsdata source to support retrieving all device groups when no name is specified, in addition to existing single device group lookup by name. Added a new list field to return all device groups for bulk operations while maintaining backward compatibility.
v4.4.7
4.4.7 (August, 22 2025)
Notes
- Release date: (August, 22 2025)
- Supported Terraform version: v1.x
Bug Fixes
- PR #465 - Fixed ZPA Gateway app segments drift issue caused by API bug where individual gateway retrieval returns all possible app segments instead of only associated ones. Updated resource and data source to use GetAll() endpoint with local filtering to ensure correct app segments are returned, preventing Terraform drift during plan operations.
v4.4.6
4.4.6 (August, 19 2025)
Notes
- Release date: (August, 19 2025)
- Supported Terraform version: v1.x
Bug Fixes
v4.4.5
v4.4.4
v4.4.3
4.4.3 (July, 31 2025)
Notes
- Release date: (July, 31 2025)
- Supported Terraform version: v1.x
Bug Fixes
- PR #456 - Removed validation for attribute
nw_applicationsfrom the resourcezia_firewall_filtering_rule. See respective documentations for each resource for further instructions. - PR #456 - Applied heredoc formatting to support non-standard multi-line text on
descriptionattribute across supported resources.