Releases: zscaler/terraform-provider-zia
v2.6.2
2.6.2 (September, 21 2023)
Notes
- Release date: (September, 21 2023)
- Supported Terraform version: v1.x
Enhancements
-
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
v2.6.1
2.6.1 (August, 29 2023)
Notes
- Release date: (August, 29 2023)
- Supported Terraform version: v1.x
Enhancements
- 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.
Fixes
v2.6.0
2.6.0 (August, 1 2023)
Notes
- Release date: (August, 1 2023)
- Supported Terraform version: v1.x
Enhancements
- 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.
Fixes
v2.5.6
2.5.6 (June, 10 2023)
Notes
- Release date: (June, 10 2023)
- Supported Terraform version: v1.x
Fixes
- 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.
v2.5.5
v2.5.4
v2.5.3
v2.5.2
2.5.2 (May, 1 2023)
Notes
- Release date: (May, 1 2023)
- Supported Terraform version: v1.x
Ehancements
- 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
Fixes
- 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
v2.5.1
v2.5.0
2.5.0 (March, 27 2023)
Notes
- Release date: (March, 27 2023)
- Supported Terraform version: v1.x
Ehancements
-
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