Skip to content

Releases: zscaler/terraform-provider-zia

v4.4.12

09 Sep 17:24

Choose a tag to compare

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_rules data source when processing cbi_profile attribute by correcting the flattening function to return a slice instead of a single map, and updated profile_seq field type from string to integer to match API response format.

  • PR #477 - Removed local validation for the attributes file_types, in the resource zia_file_type_control_rules. See respective documentations for the supported file types values

v4.4.11

02 Sep 15:32
509f061

Choose a tag to compare

4.4.11 (September, 2 2025)

Notes

  • Release date: (September, 2 2025)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #471 - Fixed Firewall Rules Description Heredoc handling

v4.4.10

27 Aug 17:48
b7cd93d

Choose a tag to compare

4.4.10 (August, 27 2025)

Notes

  • Release date: (August, 27 2025)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #470 - Fixed resource attribute zpa_gateway in zia_forwarding_control_rule due to missing name attribute

v4.4.9

27 Aug 06:30
cf74308

Choose a tag to compare

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 resource zia_dlp_web_rules or zia_casb_dlp_rules

  • PR #468 - Added attribute receiver to zia_dlp_web_rules and zia_casb_dlp_rules resources to allow configuration of Cloud-to-Cloud Incident Receivers.

Bug Fixes

  • PR #468 - Added val attribute to zia_url_categories resource 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

  • PR #468 - Updated documentation for zia_url_categories resource to include new val attribute
  • PR #468 - Updated documentation for zia_forwarding_control_rule to remove unsupported attributes devices and device_groups

v4.4.8

23 Aug 02:57
f0c93e1

Choose a tag to compare

4.4.8 (August, 22 2025)

Notes

  • Release date: (August, 22 2025)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #466 - Enhanced zia_device_groups data 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

22 Aug 23:18
965db43

Choose a tag to compare

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

19 Aug 09:14
2c47a84

Choose a tag to compare

4.4.6 (August, 19 2025)

Notes

  • Release date: (August, 19 2025)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #463 - Fixed import in the resource zia_url_filtering_rules to ensure correct cbi_profile import due to API limitation.
  • PR #463 - Set attribute state to Computed in zia_location_management to handle odd API behavior.

v4.4.5

13 Aug 07:05
dc239ed

Choose a tag to compare

4.4.5 (August, 13 2025)

Notes

  • Release date: (August, 13 2025)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #458 - Fixed drift in zia_dlp_dictionaries on attribute hierarchical_identifiers and updated examples

v4.4.4

06 Aug 17:11
1a4cf94

Choose a tag to compare

4.4.4 (August, 6 2025)

Notes

  • Release date: (August, 6 2025)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #457 - Added new dictionary_type value MIP_TAG to resource zia_dlp_dictionaries

v4.4.3

31 Jul 15:52
df8ded5

Choose a tag to compare

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_applications from the resource zia_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 description attribute across supported resources.