Skip to content

Releases: zscaler/terraform-provider-zia

v2.6.2

22 Sep 05:57
d46d579
Compare
Choose a tag to compare

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 resource zia_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 resource zia_location_management. The provider validates the use uppercase country codes using ISO-3166-1

v2.6.1

29 Aug 19:21
0f44a7b
Compare
Choose a tag to compare

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 and longitude in the resource zia_traffic_forwarding_static_ip to ensures that the state always mirrors the backend system's values.

Fixes

  • 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

v2.6.0

02 Aug 20:11
Compare
Choose a tag to compare

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 new zia_dlp_engines resource contact Zscaler Support." and request the following API methods POST, PUT, and DELETE to be enabled for your organization.

Fixes

  • PR #251 Added new predefied URL Category AI_ML_APPS to resource resource_zia_url_categories.
  • PR #253 Fixed documentation for resource zia_firewall_filtering_destination_groups

v2.5.6

10 Jun 20:55
v2.5.6
1c18e06
Compare
Choose a tag to compare

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

31 May 03:06
v2.5.5
a800338
Compare
Choose a tag to compare

2.5.5 (May, 29 2023)

Notes

  • Release date: (May, 29 2023)
  • Supported Terraform version: v1.x

Fixes

  • PR #244 Fix zia_user_management to ensure when the auth_methodsattribute is set, and user password is changed, the provide will re-enroll the user to update the password.

v2.5.4

25 May 21:47
v2.5.4
e0c5603
Compare
Choose a tag to compare

2.5.4 (May, 25 2023)

Notes

  • Release date: (May, 25 2023)
  • Supported Terraform version: v1.x

Fixes

  • PR #234 Fix expand functions to ensure correct API response processing across all resource rule creation.

v2.5.3

13 May 18:39
v2.5.3
3154746
Compare
Choose a tag to compare

2.5.3 (May, 13 2023)

Notes

  • Release date: (May, 13 2023)
  • Supported Terraform version: v1.x

Fixes

  • PR #231 zia_dlp_web_rules: Fixed panic with zia_web_dlp_rules due to dlp_engines attribute expand function

v2.5.2

01 May 21:31
v2.5.2
ef62393
Compare
Choose a tag to compare

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 resource zia_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 attributes url_categories and dlp_engines
  • PR #221 zia_dlp_dictionary: Fix DLP dictionary resource when phrase attribute is not provided
  • PR #228 zia_dlp_dictionary: Fixed idm_profile_match_accuracy attribute to prevent drifts, plus accept zia_dlp_idm_profile_lite template_id when selecting dictionary_type INDEXED_DATA_MATCH

v2.5.1

13 Apr 00:41
v2.5.1
011874a
Compare
Choose a tag to compare

2.5.1 (April, 12 2023)

Notes

  • Release date: (April, 12 2023)
  • Supported Terraform version: v1.x

Ehancements

  • PR #213 zia_location_management: Added to support to sub-location search within data source. Issue #209

Fixes

  • 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.

v2.5.0

28 Mar 07:10
v2.5.0
8f29b19
Compare
Choose a tag to compare

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 attribute auth_methods. The attribute supports the following values: BASIC and/or DIGEST.

  • zia_location_management: Implemented new attribute basic_auth_enabled. The supported values are: true or false

  • PR #202 The provider now supports authentication to Zscaler preview and zscalerten 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 and zia_dlp_web_rules

  • PR #213 Added support to search for sub-location within the resource zia_location_management

Fixes

  • 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