Skip to content

Releases: zscaler/terraform-provider-zia

v2.5.4

25 May 21:47
v2.5.4
e0c5603

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

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

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

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

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

v2.4.6

06 Mar 16:16
v2.4.6
c6239fa

Choose a tag to compare

2.4.6 (March, 6 2023)

Notes

  • Release date: (March, 6 2023)
  • Supported Terraform version: v1.x

Fixes

  • zia_location_management: Fixed IPv4 Address and IPv4Address range validation.
  • zia_traffic_forwarding_static_ip: Fixed Longitude and Latitude computed attributes.
  • zia_url_categories: Removed Default: false attribute to prevent drifts.

v2.4.5

03 Mar 23:46
v2.4.5
a4ec6d9

Choose a tag to compare

Release v2.4.5

v2.4.4

01 Mar 08:17
v2.4.4
62dc031

Choose a tag to compare

2.4.4 (February, 28 2023)

Notes

  • Release date: (February, 28 2023)
  • Supported Terraform version: v1.x

Enhancements

  • 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

Fixes

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

⚠️ WARNING: Due to API limitations, we recommend to limit the number of requests to ONE, when configuring the above resources.

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.

v2.4.3

01 Mar 07:23
v2.4.3
3fe7b1e

Choose a tag to compare

2.4.3 (February, 28 2023)

Notes

  • Release date: (February, 28 2023)
  • Supported Terraform version: v1.x

Enhancements

  • 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

Fixes

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

⚠️ WARNING: Due to API limitations, we recommend to limit the number of requests to ONE, when configuring the above resources.

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.

v2.4.2

14 Feb 01:56
v2.4.2
6ebd6e4

Choose a tag to compare

2.4.2 (February, 13 2023)

Notes

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

Enhancements

  • 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 for zia_dlp_web_rules