- Release date: (November, 17 2024)
- Supported Terraform version: v1.x
- PR #374 - Added new
file_types
supported values in thezia_dlp_web_rules
resource. See the zia_dlp_web_rules documentation.
- Release date: (October, 8 2024)
- Supported Terraform version: v1.x
- PR #374 - Added missing attribute
sourceCountries
to ZIAfirewallfilteringrule
- Release date: (October, 4 2024)
- Supported Terraform version: v1.x
- PR #373 - The resource
zia_forwarding_control_rule
now pauses for 60 seconds before proceeding with the create or update process whenever theforward_method
attribute is set toZPA
. In case of a failure related to resource synchronization, the provider will retry the resource creation or update up to 3 times, waiting 30 seconds between each retry. This behavior ensures that ZIA and ZPA have sufficient time to synchronize and replicate the necessary resource IDs, reducing the risk of transient errors during provisioning. NOTE This retry mechanism helps to automatically overcome temporary latency without manual intervention. This behavior does not affect forwarding rules configured with other forward_methods such asDIRECT
.
- Release date: (September, 6 2024)
- Supported Terraform version: v1.x
- PR #369 - Fixed
zia_dlp_web_rules
validation function for the attributefile_types
.
- Release date: (August, 26 2024)
- Supported Terraform version: v1.x
- PR #368 - Implemented runtime validation for the attribute
dest_addresses
in the resource:zia_firewall_filtering_rule
. The provider now validates if the IP address provided is an IPv4.
- Release date: (August, 19 2024)
- Supported Terraform version: v1.x
-
PR #366 - Implemented runtime validation for resource:
zia_forwarding_control_rule
. The provider now validates incompatible attributes during the plan and apply stages at the schema level. -
PR #366 - Fixed the datasource
zia_traffic_forwarding_gre_vip_recommended_list
to allow Geo location information override when needed. The datasource now supports the following optional attributes:routable_ip
- (Boolean) The routable IP address.within_country_only
- (Boolean) Search within country only.include_private_service_edge
- (Boolean) Include ZIA Private Service Edge VIPs.include_current_vips
- (Boolean) Include currently assigned VIPs.latitude
- (Number) The latitude coordinate of the GRE tunnel source.longitude
- (Number) The longitude coordinate of the GRE tunnel source.subcloud
- (String) The longitude coordinate of the GRE tunnel source.
-
PR #366 - Added centralized semaphore functionality to manipulate concurrent request limitations.
- Release date: (August, 13 2024)
- Supported Terraform version: v1.x
- PR #365 - Fixed
ports
attribute inzia_location_management
resource to supportTypeSet
with elements ofTypeInt
.
- PR #365 - Updated documentation for resources:
zia_location_management
andzia_cloud_app_control_rule
- Release date: (August, 12 2024)
- Supported Terraform version: v1.x
- PR #361 - Added new resource and datasource
zia_cloud_app_control_rule
for Cloud Application Control rule management. - PR #361 - Added new datasource
zia_dlp_dictionary_predefined_identifiers
to retrieve DLP Dictionary Hierarchical Identifiers. The information can be used when configuring DLP Dictionary resource attributehierarchical_identifiers
to clone predefined dictionaries. - PR #361 - Added new attribute
hierarchical_identifiers
tozia_dlp_dictionaries
resource. - PR #361 - Enhanced
zia_security_settings
to support maximum number of blacklist urls.
- PR #361 - Added Semaphore retry logic to resource
zia_url_categories
to assist with rate limiting management. - PR #361 - Fixed
ports
attribute inzia_location_management
resource to supportTypeList
.
- Release date: (July, 3 2024)
- Supported Terraform version: v1.x
- PR #357 - Fixed
zia_url_filtering_rules
drift due to attribute conversionvalidatidy_start_time
andvalidity_end_time
.
- Release date: (July, 2 2024)
- Supported Terraform version: v1.x
- PR #356 - Fixed
zia_url_filtering_rules
schema validation to ensure proper validation during plan and apply stages. - PR #356 - Fixed
zia_location_management
drift due to missingstate
attribute in the READ function.
- Release date: (July, 2 2024)
- Supported Terraform version: v1.x
- PR #356 - Fixed
zia_url_filtering_rules
schema validation to ensure proper validation during plan and apply stages.
- Release date: (June, 29 2024)
- Supported Terraform version: v1.x
- Release date: (June, 19 2024)
- Supported Terraform version: v1.x
- PR #350
-
zia_url_filtering_rules
- The provider now explicitly validates during the plan and apply stages which attributes can be set based on theaction
value. -
zia_url_filtering_rules
- The provider now allows for the use ofRFC1123
date and time format i.eSun, 16 Jun 2024 15:04:05 UTC
when setting the attributesvalidity_start_time
andvalidity_end_time
instead of the native epoch unix format.~> NOTE This change is not backwards compatible.
-
zia_url_filtering_rules
- The provider now explicitly validates the attributevalidity_time_zone_id
against the official IANA List. The supported format is:"US/Pacific"
~> NOTE This change is not backwards compatible.
-
ziaActivator
- The Out-of-band ZIA Activator has been updated to directly leverage the Zscaler-SDK-GO. ~> NOTE If you plan to update your provider installation to the latest v2.91.0, you must re-compile the utility program. ~> NOTE Note that as of release v2.8.2 the provider offers the option to trigger activation by setting theZIA_ACTIVATION
environment variable. With this enhancement the activation occurs only when this environment variable is set totrue
.
-
- PR #350 - Upgraded to Zscaler-SDK-GO. The upgrade supports easier ZIA API Client instantiation for existing and new resources.
- PR #350 Upgraded
releaser.yml
to GoReleaser v6
- Release date: (May, 22 2024)
- Supported Terraform version: v1.x
-
PR #345 - The attribute
ocr_enabled
has been deprecated at the upstream API and is no longer accepted. The OCR feature must be enabled via the DLP Advanced Settings. NOTE DLP engines support OCR scanning ofPNG
,JPEG
,TIFF
, andBMP
files. -
PR #345 - Implemented Fix for
zia_dlp_web_rules
for new attributesparent_rule
andsub_rules
. A parent rule must be configured with rank 0 and prior to any potential subrule. It is not possible to add existing rules as as subrules under the parent rule.
- Release date: (May, 21 2024)
- Supported Terraform version: v1.x
-
PR #344 - Fixed
id
conversion for the resourcezia_traffic_forwarding_vpn_credentials
to ensure proper state file setting. -
PR #344 - Upgraded to Zscaler-SDK-GO v2.5.2
- Release date: (May, 7 2024)
- Supported Terraform version: v1.x
- PR #340 - Added new ZIA URL Filtering Rule attribute
source_ip_groups
to resources:zia_url_filtering_rules
andzia_dlp_web_rules
- PR #340 - Upgraded to Zscaler-GO-SDK v2.5.0
- Release date: (April, 8 2024)
- Supported Terraform version: v1.x
- PR #336 - Upgraded provider to Zscaler-SDK-GO v2.4.35
- Release date: (April, 8 2024)
- Supported Terraform version: v1.x
- Release date: (April, 8 2024)
- Supported Terraform version: v1.x
- PR #332 - Implemented optional environment variable
ZIA_ACTIVATION
for optional configuration activation. This is an improved version of the initial release v2.8.0 where activations were done implicitly for every resource. With this enhancement the activation will only occur when this environment variable is set to true.
- Release date: (March, 27 2024)
- Supported Terraform version: v1.x
- Redacted several password creation examples to prevent GitGuardian false positives. A header comment has also been added to advise.
- Release date: (March, 27 2024)
- Supported Terraform version: v1.x
- PR #330 - Implemented auto activation functionality to all supported resources. Configurations will now be activated during
CREATE
,UPDATE
ANDDELETE
actions when executingterraform apply
orterraform destroy
, which removes the need of out of band activation or the use of the resource:zia_activation_status
.
- PR #330 - Fixed
zia_user_management
resource to support activation pre and post user enrolment usingBASIC
authentication method.
- Release date: (March, 6 2024)
- Supported Terraform version: v1.x
- PR #325 Updated support guide with new Zscaler support model.
- PR #325 - Added support to import of the following resources:
zia_auth_settings_urls
zia_sandbox_behavioral_analysis
zia_security_settings
- Release date: (February, 28 2024)
- Supported Terraform version: v1.x
- 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.
- Release date: (February, 28 2024)
- Supported Terraform version: v1.x
- 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
,
- Golang: v1.19
- PR #319 - Implemented validation to the following resources:
zia_firewall_filtering_destination_groups
zia_firewall_filtering_rule
zia_forwarding_control_zpa_gateway
zia_forwarding_control_policy
- Golang: v1.19
- 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
-
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.
- Golang: v1.19
- PR #313 - Added support for ZIA Workload Groups Tagging
- Release date: (January, 15 2023)
- Supported Terraform version: v1.x
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.
- PR #299 - Fixed panic with
zia_url_categories
. - PR #302 - Fixed
zia_dlp_web_rules
File Types validation function.
- Release date: (November, 23 2023)
- Supported Terraform version: v1.x
- PR #291 - Fixed panic with resource
zia_admin_users
due to API changes.
- Release date: (November, 5 2023)
- Supported Terraform version: v1.x
- PR #285 - Fixed drift within
zia_firewall_filtering_rule
for the attributedest_countries
.
- Release date: (October, 25 2023)
- Supported Terraform version: v1.x
- PR #285 - Introduced new
zia_location_management
attributes:other_sublocation
,other6_sublocation
,ipv6_enabled
,ipv6_dns_64prefix
- PR #285 - Fixed
zia_location_management
resource attributeip_addresses
toTypeSet
to prevent drifts in case the API returns IP addresses in an ordered fashion.
- Release date: (October, 18 2023)
- Supported Terraform version: v1.x
- PR #278 - Provider HTTP Header now includes enhanced
User-Agent
information for troubleshooting assistance.- i.e
User-Agent: (darwin arm64) Terraform/1.5.5 Version/2.6.3
- i.e
- PR #283 - Upgrade to Zscaler-SDK-GO v2.1.4
- Release date: (September, 20 2023)
- Supported Terraform version: v1.x
-
PR #276 - Added Country code validation for attribute
dest_countries
in the resourcezia_firewall_filtering_rule
. The provider validates the use of proper 2 letter country codes ISO3166 By Alpha2Code -
PR #276 - Added Country name validation for attribute
country
in the resourcezia_location_management
. The provider validates the use uppercase country codes using ISO-3166-1
- Release date: (August, 29 2023)
- Supported Terraform version: v1.x
- PR #258 Improved geographical coordinates for attributes
latitude
andlongitude
in the resourcezia_traffic_forwarding_static_ip
to ensures that the state always mirrors the backend system's values.
-
PR #259 Fixed drift problem within the resource
zia_firewall_filtering_network_service_groups
. -
PR #266 Fixed drift problem within the resource
zia_url_filtering_rules
order attribute -
PR #260 Updated
zia_firewall_filtering_network_service
resource documentation. !> NOTE: Resources of typePREDEFINED
are built-in resources within the ZIA cloud and must be imported before the Terraform execution. Attempting to update the resource directly will returnDUPLICATE_ITEM
error message. To import a predefined built-in resource use the following command for example:terraform import zia_firewall_filtering_network_service.this "DHCP"
- Release date: (August, 1 2023)
- Supported Terraform version: v1.x
- PR #257 Added New Public ZIA DLP Engine Endpoints (POST/PUT/DELETE)
⚠️ WARNING: "Before using the newzia_dlp_engines
resource contact Zscaler Support." and request the following API methodsPOST
,PUT
, andDELETE
to be enabled for your organization.
- PR #251 Added new predefied URL Category
AI_ML_APPS
to resourceresource_zia_url_categories
. - PR #253 Fixed documentation for resource
zia_firewall_filtering_destination_groups
- Release date: (June, 10 2023)
- Supported Terraform version: v1.x
- Updated to Zscaler-SDK-GO v1.5.5. The update improves search mechanisms for both ZIA and ZPA resources, to ensure streamline upstream GET API requests and responses using
search
parameter. Notice that not all current API endpoints support the search parameter, in which case, all resources will be returned.
- Release date: (May, 29 2023)
- Supported Terraform version: v1.x
- PR #244 Fix
zia_user_management
to ensure when theauth_methods
attribute is set, and user password is changed, the provide will re-enroll the user to update the password.
- Release date: (May, 25 2023)
- Supported Terraform version: v1.x
- PR #234 Fix expand functions to ensure correct API response processing across all resource rule creation.
- Release date: (May, 13 2023)
- Supported Terraform version: v1.x
- PR #231
zia_dlp_web_rules
: Fixed panic withzia_web_dlp_rules
due todlp_engines
attribute expand function
- Release date: (May, 1 2023)
- Supported Terraform version: v1.x
- PR #224
zia_dlp_web_rule
: Reduced TimeTicker for faster rule order processing during creation and modifications. - PR #224
zia_dlp_web_rule
: Updated DLP Web Rule documentation with more examples - PR #226 Expanded ZIA search criteria to include auditor users.
- PR #227 Introduced new attribute
parent_name
to the resourcezia_location_management
. The attribute will allow the ability to search for sublocation resources across multiple parent locations specially when overlapping names are in use. Issue #223
- PR #219
zia_dlp_web_rules
: Fixed drift issues with attributesurl_categories
anddlp_engines
- PR #221
zia_dlp_dictionary
: Fix DLP dictionary resource whenphrase
attribute is not provided - PR #228
zia_dlp_dictionary
: Fixedidm_profile_match_accuracy
attribute to prevent drifts, plus acceptzia_dlp_idm_profile_lite
template_id when selectingdictionary_type
INDEXED_DATA_MATCH
- Release date: (April, 12 2023)
- Supported Terraform version: v1.x
- PR #213
zia_location_management
: Added to support to sub-location search within data source. Issue #209
- PR #217
zia_dlp_engines
: Fixed DLP Engine data source to allow search for predefined engines. Issue #216 - PR #219
zia_dlp_web_rules
: DLP Web rule configuration drift for certain attributes when not set in order.
- Release date: (March, 27 2023)
- Supported Terraform version: v1.x
-
PR #202
zia_user_management
: Implemented new attributeauth_methods
. The attribute supports the following values:BASIC
and/orDIGEST
. -
zia_location_management
: Implemented new attributebasic_auth_enabled
. The supported values are:true
orfalse
-
PR #202 The provider now supports authentication to Zscaler
preview
andzscalerten
clouds. -
PR #211 Added new datasource
zia_location_lite
. This data source can be used to return the "Road Warrior" location, which can then be used in the following resources:zia_url_filtering_rules
,zia_firewall_filtering_rule
andzia_dlp_web_rules
-
PR #213 Added support to search for sub-location within the resource
zia_location_management
-
PR #212
zia_user_management
: Fixed flattening function to expand group attribute values. Issue #205 -
PR #214
zia_traffic_forwarding_gre_tunnel
: Fixed issue while creating GRE Tunnels. Issue #208
- Release date: (March, 6 2023)
- Supported Terraform version: v1.x
zia_location_management
: Fixed IPv4 Address and IPv4Address range validation.zia_traffic_forwarding_static_ip
: Fixed Longitude and Latitude computed attributes.zia_url_categories
: RemovedDefault: false
attribute to prevent drifts.
- Release date: (March, 2 2023)
- Supported Terraform version: v1.x
-
PR #199 Improved
Timeout
reorder functions to ensure the rules across the below resources are organized correctly.- ``zia_firewall_filtering_rule`
-
PR #200 Improved
Timeout
reorder functions to ensure the rules across the below resources are organized correctly.- ``zia_dlp_web_rules`
- ``zia_url_filtering_rules`
- Release date: (March, 1 2023)
- Supported Terraform version: v1.x
- PR #193 Added new following new datasources:
-
zia_firewall_filtering_application_services
The returned values are:SKYPEFORBUSINESS
,FILE_SHAREPT_ONEDRIVE
,EXCHANGEONLINE
,M365COMMON
,ZOOMMEETING
,WEBEXMEETING
,WEBEXTEAMS
,WEBEXCALLING
,RINGCENTRALMEETING
,GOTOMEETING
,GOTOMEETING_INROOM
,LOGMEINMEETING
,LOGMEINRESCUE
-
zia_firewall_filtering_application_services_group
The returned values are:OFFICE365
,ZOOM
,WEBEX
,RINGCENTRAL
,LOGMEIN
-
- PR #194 Improved
Timeout
reorder functions to ensure the rules across the below resources are organized correctly.zia_dlp_web_rules
zia_url_filtering_rules
- ``zia_firewall_filtering_rule`
This will allow the API to settle these resources in the correct order. Pushing large batches of security rules at once, may incur in Terraform to Timeout after 20 mins, as it will try to place the rules in the incorrect order. This issue will be addressed in future versions.
In order to accomplish this, make sure you set the parallelism value at or below this limit to prevent performance impacts.
- PR #195 Fixed
zia_traffic_forwarding_gre_tunnel
by removing unecessary computed values to prevent drifts.
- Release date: (February, 28 2023)
- Supported Terraform version: v1.x
- PR #193 Added new following new datasources:
-
zia_firewall_filtering_application_services
The returned values are:SKYPEFORBUSINESS
,FILE_SHAREPT_ONEDRIVE
,EXCHANGEONLINE
,M365COMMON
,ZOOMMEETING
,WEBEXMEETING
,WEBEXTEAMS
,WEBEXCALLING
,RINGCENTRALMEETING
,GOTOMEETING
,GOTOMEETING_INROOM
,LOGMEINMEETING
,LOGMEINRESCUE
-
zia_firewall_filtering_application_services_group
The returned values are:OFFICE365
,ZOOM
,WEBEX
,RINGCENTRAL
,LOGMEIN
-
- PR #194 Improved
Timeout
reorder functions to ensure the rules across the below resources are organized correctly.zia_dlp_web_rules
zia_url_filtering_rules
- ``zia_firewall_filtering_rule`
This will allow the API to settle these resources in the correct order. Pushing large batches of security rules at once, may incur in Terraform to Timeout after 20 mins, as it will try to place the rules in the incorrect order. This issue will be addressed in future versions.
In order to accomplish this, make sure you set the parallelism value at or below this limit to prevent performance impacts.
- PR #195 Fixed
zia_traffic_forwarding_gre_tunnel
by removing unecessary computed values to prevent drifts.
- Release date: (February, 13 2023)
- Supported Terraform version: v1.x
-
PR #180 Implemented customizable
Timeouts
for Create and Update functions to help with rule reorder across the following resources:zia_dlp_web_rules
zia_url_filtering_rules
zia_firewall_filtering_rule
-
PR #182 Implemented validation for
ocr_enabled
attribute validation forzia_dlp_web_rules
- Release date: (February, 10 2023)
- Supported Terraform version: v1.x
- PR #181 Implemented customizable
Timeouts
for Create and Update functions to help with rule reorder across the following resources:zia_dlp_web_rules
zia_url_filtering_rules
zia_firewall_filtering_rule
- Release date: (January, 31 2023)
- Supported Terraform version: v1.x
- PR #176 Added the following ZIA data sources
zia_dlp_icap_servers
- Gets a the list of DLP servers using ICAPzia_dlp_incident_receiver_servers
- Gets a list of DLP Incident Receiverszia_dlp_idm_profiles
- Indexed Document Match (IDM) template (or profile) information.
- Release date: (January, 25 2023)
- Supported Terraform version: v1.x
- PR #171 - Update to Zscaler-Go-SDK to fix bool parameter
enable_full_logging
in the ZIA Firewall Filtering resource. - PR #174 - Fix
zia_web_rules
file_types attribute to accept empty values. Also, added new supported file types to the validation fuction.
- Release date: (January, 12 2023)
- Supported Terraform version: v1.x
- PR #160 - Fixed Pagination Issues across all resources
- Release date: (January, 4 2023)
- Supported Terraform version: v1.x
-
PR #168
zia_firewall_filtering_rule
Added the following new network applications to validation functionVMWARE_HORIZON_VIEW
,ADOBE_CREATIVE_CLOUD
,ZOOMINFO
,SERVICE_NOW
,MS_SSAS
,GOOGLE_DNS
,CLOUDFLARE_DNS
,ADGUARD
,QUAD9
,OPENDNS
,CLEANBROWSING
,COMCAST_DNS
,NEXTDNS
,POWERDNS
,BLAHDNS
,SECUREDNS
,RUBYFISH
,DOH_UNKNOWN
,GOOGLE_KEEP
,AMAZON_CHIME
,WORKDAY
,FIFA
,ROBLOX
,WANGWANG
,S7COMM_PLUS
,DOH
,AGORA_IO
,MS_DFSR
,WS_DISCOVERY
,STUN
,FOLDINGATHOME
,GE_PROCIFY
,MOXA_ASPP
,APP_CH
,GLASSDOOR
,TINDER
,BAIDU_TIEBA
,MIMEDIA
,FILESANYWHERE
,HOUSEPARTY
,GBRIDGE
,HAMACHI
,HEXATECH
,HOTSPOT_SHIELD
,MEGAPROXY
,OPERA_VPN
,SPOTFLUX
,TUNNELBEAR
,ZENMATE
,OPENGW
,VPNOVERDNS
,HOXX_VPN
,VPN1_COM
,SPRINGTECH_VPN
,BARRACUDA_VPN
,HIDEMAN_VPN
,WINDSCRIBE
,BROWSEC_VPN
,EPIC_BROWSER_VPN
,SKYVPN
,KPN_TUNNEL
,ERSPAN
,EVASIVE_PROTOCOL
,DOTDASH
,ADOBE_DOCUMENT_CLOUD
,FLIPKART_BOOKS
-
PR #165
zia_url_filtering_rules
Added new URL Categories
- Release date: (January, 1 2023)
- Supported Terraform version: v1.x
- PR #167 Published provider as v2 go-module
- Release date: (December, 30 2022)
- Supported Terraform version: v1.x
- PR #164 Added missing URL Category resource parameters
- PR #165 Added missing URL Category to
zia_url_filtering_rule
- Release date: (December, 3 2022)
- Supported Terraform version: v1.x
- PR #150 Fixed DLP Web rule resource panic due to incorrect assignment
- PR #150 Fixed DLP Notification Template resource panic due to incorrect assignment
- PR #151 Fixed DLP Dictionary panic due to incorrect assignment
- Release date: (November, 25 2022)
- Supported Terraform version: v1.x
- PR #147 Fixed Read/Update/Delete functions to allow automatic recreation of resources, that have been manually deleted via the UI.
- PR #147 Removed
deprecated
helper fromzia_location_management
resource.
- Release date: (October, 20 2022)
- Supported Terraform version: v1.x
- PR #137 Added Customizable Timeouts to zia_activation_status resource.
- PR #138 Added acceptance test to
zia_activation_status
data source.
- PR #134 Update to zscaler-sdk-go v0.1.1
- PR #135 Update to zscaler-sdk-go v0.1.2
- PR #135 Added missing parameter
comment
tozia_traffic_forwarding_static_ips
- PR #136 Updated Documentation for zia_activation_status resource and data source.
- Release date: (September, 25 2022)
- Supported Terraform version: v1.x
- PR #130 Fix Import Resource By ID
- Release date: (September, 21 2022)
- Supported Terraform version: v1.x
- PR #127 Updated provider to zscaler-go-sdk v0.0.10
- PR #127 zia_user_management group attribute to hold a list of group IDs as a typeList instead of typeSet.
- Release date: (August 19 2022)
- Supported Terraform version: v1.x
- PR #113 Integrated newly created Zscaler GO SDK. Models are now centralized in the repository zscaler-sdk-go
- Terraform import failing for zia_traffic_forwarding_static_ip resource. Search by IP criteria was not implemented.
- Release date: (July 19 2022)
- Supported Terraform version: v1.x
- PR #110 Added Terraform UserAgent for Backend API tracking
- PR #111 Updated Import GPG key in goreleaser to paultyng/ghaction-import-gpg
- PR #111 Updated golangci-lint to use golang 18
-
Supported Terraform version: v1.x
-
Fix: Fixed provider file to include resource and datasource hooks.
zia_auth_settings_urls
Added new resource to support adding and removing URLs to ZIA exemption list.zia_security_policy_settings
Added new resource to support adding and removing whitelisted and blacklisted URLs to the Advanced Threat Protection feature in ZIA.
- Supported Terraform version: v1.x
zia_auth_settings_urls
Added new resource to support adding and removing URLs to ZIA exemption list.zia_security_policy_settings
Added new resource to support adding and removing whitelisted and blacklisted URLs to the Advanced Threat Protection feature in ZIA.
- Supported Terraform version: v1.x
The Terraform Provider for Zscaler Internet Access (ZIA) is now officially hosted under Zscaler's GitHub account and published in the Terraform Registry. For more details, visit the Zscaler Community Article Here Administrators who used previous versions of the provider, and followed instructions to install the binary as a custom provider, must update their provider block as such:
terraform {
required_providers {
zia = {
source = "zscaler/zia"
version = "2.0.3"
}
}
}
provider "zia" {}
zia_dlp_engines
- PR#91 🔧
Several schema type, expand and flattening function fixes were implemented to prevent undesired plan refresh updates and further provider optimization.
zia_dlp_dictionaries
- PR#61 🔧zia_dlp_web_rules
- PR#62 🔧zia_firewall_filtering_rule
- Added schema validationorder
parameter to ensure value is at least 1. PR#63 🔧zia_url_filtering_rules
- PR#66 🔧zia_admin_users
- PR#67 🔧zia_user_management
- PR#67 🔧
-
Updated ZIA API client to validate the corresponding Zscaler cloud name. The previous environment variable
ZIA_BASE_URL
was replaced withZIA_CLOUD
. PR#58 -
The provider now validates the proper Zscaler cloud name. PR#58 For instructions on how to find your Zscaler cloud name, refer to the following help article Here
-
Added and fixed multiple acceptance tests to easily and routinely verify that Terraform Plugins produce the expected outcome
-
Updated GitHub Actions CI to include both build and acceptance test workflow
-
Added new optimized acceptance tests - PR#71 🔧
The ZIA cloud service API now includes new endpoints in order to fully support Data Loss Prevention (DLP) rule creation and updates. The following Terraform resources and data source have been added:
DATA SOURCES:
data_source_zia_device_group
PR#50 🚀data_source_zia_dlp_notification_templates
.PR#53 🚀data_source_zia_dlp_web_rules
.PR#53 🚀data_source_zia_dlp_engines
.PR#53 🚀
RESOURCES:
resource_zia_dlp_notification_templates
.PR#53🚀resource_zia_dlp_web_rules
.PR#53 🚀resource_zia_dlp_engines
.PR#53 🚀
UPDATES:
- Added
zia_device_groups
toresource_zia_url_filtering_rules
.PR#51 🚀
- Added multiple acceptance tests to easily and routinely verify that Terraform Plugins produce the expected outcome. PR#54
- Added GoRelease workflow to GitHub Actions CI/CD for automatic software release.
- Fixed issue where Terraform showed that resources had been modified even though nothing had been changed in the upstream resources. PR#45 🔧
-
Added multiple validators across several resources for better API abstraction and mistake prevention during
terraform apply
PR#46 🚀 -
The provider now supports the ability to import resources via its
name
and/orid
property to support easier migration of existing ZIA resources viaterraform import
command. The following resources are supported:- resource_zia_admin_users - PR#47] 🚀
- resource_zia_dlp_dictionaries - PR#47 🚀
- resource_zia_firewall_filtering_rules - PR#47 🚀
- resource_zia_fw_filtering_ip_destination_groups - PR#47 🚀
- resource_zia_fw_filtering_ip_source_groups - PR#47 🚀
- resource_zia_fw_filtering_network_application_groups - PR#47 🚀
- resource_zia_fw_filtering_network_services_groups - PR#47 🚀
- resource_zia_fw_filtering_network_services - PR#47 🚀
- resource_zia_location_management - PR#47 🚀
- resource_zia_url_categories - PR#47 🚀
- resource_zia_url_filtering_rules - PR#47 🚀
- resource_zia_user_management_users - PR#47 🚀
-
VPN Credentials: Fixed issue where when creating a VPN credential and
type
was set toIP
, the fieldip_address
was being returned as a non-expected argument. The issue was addressed on PR#36 -
VPN Credentials: Fixed issue where when creating VPN credential and
type
was set toUFQDN
, the parameter was not being validated if it was empty. The issue was addressed on PR#36 -
VPN Credentials: Removed unsupported VPN Credential types
CN
andXAUTH
. The issue was addressed on PR#36 -
Location Management: Fixed issue where when creating a sub-location and the
ip_addresses
field was empty or the value was not a valid IPv4 address r IPv4 range, the provider pushed partial configuration and then exited with failure. The new validation function, will check if theparent_id
has been set to a value greater than0
and if theip_addresses
parameter has been fullfilled. The issue was addressed on PR#37
-
Static IP: Added
ForceNew
option toip_address
in the schema, so the resource will be destroyed and recreated PR#40 -
VPN Credentials: Added
ForceNew
option totype
in the schema, so the resource will be destroyed and recreated if the type of the VPN resource needs to be changed fromIP
toUFQDN
and vice-versa PR#41