Releases: zscaler/terraform-provider-zia
v2.7.32
2.7.32 (February, 28 2024)
Notes
- Release date: (February, 28 2024)
- Supported Terraform version: v1.x
Fixes
- PR #322 - Fixed validation
zia_url_filtering_rules
resource to validateprotocols
attribute to acceptHTTP_RULE
andHTTPS_RULE
. - PR #322 - Fixed validation
zia_url_filtering_rules
validations for rules withaction
configured asISOLATE
. - PR #322 - Fixed linter issues across several acceptance tests resources and data sources.
v2.7.31
2.7.31 (February, 28 2024)
Notes
- Release date: (February, 28 2024)
- Supported Terraform version: v1.x
Fixes
- PR #321 - Fixed validation function in the resource
zia_url_filtering_rules
for the attributeprotocols
. The provider now validates the following API supported values:SMRULEF_ZPA_BROKERS_RULE
,ANY_RULE
,TCP_RULE
,UDP_RULE
,DOHTTPS_RULE
,TUNNELSSL_RULE
,HTTP_PROXY
,FOHTTP_RULE
,FTP_RULE
,HTTPS_RULE
,HTTP_RULE
,SSL_RULE
,TUNNEL_RULE
,WEBSOCKETSSL_RULE
,WEBSOCKET_RULE
,
v2.7.3
2.7.3 (February, 22 2024)
Notes
- Release date: (February, 22 2024)
- Supported Terraform version: v1.x
Fixes
- Upgraded provider to Zscaler SDK GO v2.3.10
v2.7.2
Changelog
2.7.2 (January 31, 2024)
Notes
- Golang: v1.19
Enhacements
- PR #315 - Added support to new
workload_groups
attributes to the following resources:zia_firewall_filtering_rule
zia_url_filtering_rules
zia_dlp_web_rules
Fixes
-
PR #315 - Fixed panic within the resource
zia_location_management
when setting the attributeip_addresses
in a sub-location. The provider now supports and validates the followingip_addresses
formats:10.0.0.0-10.0.0.255
10.0.0.1
~> NOTE CIDR notation is currently not supported due to API response incosistencies that may introduce drifts in the Terraform execution. This issue will be addressed in the future.
v2.7.1
v2.7.0
2.7.0 (January, 17 2023)
Notes
- Release date: (January, 17 2023)
- Supported Terraform version: v1.x
Enhancements
NEW - RESOURCES, DATA SOURCES
-
PR #293 - ✨ Added support for ZIA 🆕 Custom ZPA Gateway for use with Forwarding Control policy to forward traffic to ZPA for Source IP Anchoring.
-
PR #294 - ✨ Added support for ZIA 🆕 Forwarding Control Rule configuration.
-
PR #295 - ✨ Added ZIA Sandbox MD5 Hash and verdict report submission Resources:
- Sandbox Advanced Settings -
zia_sandbox_behavioral_analysis
Gets and Upddates the custom list of MD5 file hashes that are blocked by Sandbox. - Sandbox Report -
zia_sandbox_report
Gets a full (i.e., complete) or summary detail report for an MD5 hash of a file that was analyzed by Sandbox.
- Sandbox Advanced Settings -
-
PR #295 - ✨ Added ZIA Sandbox raw and archive file submission:
- Sandbox Submission -
zia_sandbox_file_submission
- Submits raw or archive files (e.g., ZIP) to Sandbox for analysis. You can submit up to 100 files per day and it supports all file types that are currently supported by Sandbox. - Sandbox Submission -
zia_sandbox_file_submission
- Submits raw or archive files (e.g., ZIP) to the Zscaler service for out-of-band file inspection to generate real-time verdicts for known and unknown files. It leverages capabilities such as Malware Prevention, Advanced Threat Prevention, Sandbox cloud effect, AI/ML-driven file analysis, and integrated third-party threat intelligence feeds to inspect files and classify them as benign or malicious instantaneously.
⚠️ Note:: The ZIA Terraform provider requires both theZIA_CLOUD
andZIA_SANDBOX_TOKEN
in order to authenticate to the Zscaler Cloud Sandbox environment. For details on how obtain the API Token visit the Zscaler help portal About Sandbox API Token
- Sandbox Submission -
-
PR #302 - Added new
zia_dlp_web_rules
attributes:severity
- Supported values:RULE_SEVERITY_HIGH
,RULE_SEVERITY_MEDIUM
,RULE_SEVERITY_LOW
,RULE_SEVERITY_INFO
user_risk_score_levels
- Supported values:LOW
,MEDIUM
,HIGH
,CRITICAL
parent_rule
sub_rules
-
PR #308 - ✨ Added 🆕 Cloud Browser Isolation Profile data source. The data source can be used to associate a CBI profile with the
zia_url_filtering_rules
resource when the action is set toISOLATE
-
PR #309 - ✨ Added 🆕 support to the following attributes within the
zia_firewall_filtering_rule
:device_trust_levels
- Supported values:UNKNOWN_DEVICETRUSTLEVEL
,LOW_TRUST
,MEDIUM_TRUST
,HIGH_TRUST
user_risk_score_levels
- Supported values:LOW
,MEDIUM
,HIGH
,CRITICAL
devices
device_groups
-
PR #309 - ✨ Added new attribute
zpa_app_segments
tozia_firewall_filtering_rule
to support ZPA Application Segments. Only ZPA application segments that have the Source IP Anchor option enabled are supported.
Fixes
v2.6.6
v2.6.5
v2.6.4
2.6.4 (October, 26 2023)
Notes
- Release date: (October, 26 2023)
- Supported Terraform version: v1.x
Enhancements
- PR #285 - Introduced new
zia_location_management
attributes:other_sublocation
,other6_sublocation
,ipv6_enabled
,ipv6_dns_64prefix
Fixes
- PR #285 - Fixed
zia_location_management
resource attributeip_addresses
toTypeSet
to prevent drifts in case the API returns IP addresses in an ordered fashion.
v2.6.3
2.6.3 (October, 18 2023)
Notes
- Release date: (October, 18 2023)
- Supported Terraform version: v1.x