Skip to content

Releases: zscaler/terraform-provider-zia

v3.0.7

18 Nov 17:14
5df1da5
Compare
Choose a tag to compare

3.0.7 (November, 17 2024)

Notes

  • Release date: (November, 17 2024)
  • Supported Terraform version: v1.x

Internal Fixes

  • PR #374 - Added new file_types supported values in the zia_dlp_web_rules resource. See the zia_dlp_web_rules documentation.

v3.0.6

08 Oct 20:49
111a60f
Compare
Choose a tag to compare

3.0.6 (October, 8 2024)

Notes

  • Release date: (October, 8 2024)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #374 - Added missing attribute source_countries to ZIA zia_firewall_filtering_rule

v3.0.5

05 Oct 00:45
45a003a
Compare
Choose a tag to compare

3.0.5 (October, 4 2024)

Notes

  • Release date: (October, 4 2024)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #373 - The resource zia_forwarding_control_rule now pauses for 60 seconds before proceeding with the create or update process whenever the forward_method attribute is set to ZPA. 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 as DIRECT.

v3.0.4

07 Sep 00:25
015e856
Compare
Choose a tag to compare

3.0.4 (September, 6 2024)

Notes

  • Release date: (September, 6 2024)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #369 - Fixed zia_dlp_web_rules validation function for the attribute file_types.

v3.0.3

27 Aug 16:58
4656294
Compare
Choose a tag to compare

3.0.3 (August, 27 2024)

Notes

  • Release date: (August, 27 2024)
  • Supported Terraform version: v1.x

Bug Fixes

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

v3.0.2

19 Aug 18:06
986dbb2
Compare
Choose a tag to compare

3.0.2 (August, 19 2024)

Notes

  • Release date: (August, 19 2024)
  • Supported Terraform version: v1.x

Bug Fixes

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

v3.0.1

15 Aug 01:12
32b6614
Compare
Choose a tag to compare

3.0.1 (August, 13 2024)

Notes

  • Release date: (August, 13 2024)
  • Supported Terraform version: v1.x

Bug Fixes

  • PR #365 - Fixed ports attribute in zia_location_management resource to support TypeSet with elements of TypeInt.

Documentation

  • PR #365 - Updated documentation for resources: zia_location_management and zia_cloud_app_control_rule

v3.0.0

13 Aug 06:55
Compare
Choose a tag to compare

3.0.0 (August, 12 2024)

Notes

  • Release date: (August, 12 2024)
  • Supported Terraform version: v1.x

Enhancements

  • 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 attribute hierarchical_identifiers to clone predefined dictionaries.
  • PR #361 - Added new attribute hierarchical_identifiers to zia_dlp_dictionaries resource.
  • PR #361 - Enhanced zia_security_settings to support maximum number of blacklist urls.

Bug Fixes

  • PR #361 - Added Semaphore retry logic to resource zia_url_categories. This fix will prevent eventual 412 errors due to concurrent backend database changes.
  • PR #361 - Fixed ports attribute in zia_location_management resource to support TypeList.

v2.91.4

03 Jul 21:17
8ec000c
Compare
Choose a tag to compare

2.91.4 (July, 3 2024)

Notes

  • Release date: (July, 3 2024)
  • Supported Terraform version: v1.x

Bug Fix

  • PR #357 - Fixed zia_url_filtering_rules drift due to attribute conversion validatidy_start_time and validity_end_time.

v2.91.3

03 Jul 05:07
Compare
Choose a tag to compare

2.91.3 (July, 2 2024)

Notes

  • Release date: (July, 2 2024)
  • Supported Terraform version: v1.x

Fixes

  • PR #356 - Fixed zia_url_filtering_rules schema validation to ensure proper validation during plan and apply stages.
  • PR #356 - Added new zia_location_management attributes:
    • cookies_and_proxy
    • iot_enforce_policy_set
    • exclude_from_dynamic_groups
    • exclude_from_manual_groups
    • dynamic_location_groups
      • id
    • static_location_groups
      • id
        Note: See official provider documentation for detailed usage examples.