Skip to content

Releases: zscaler/terraform-provider-zia

v2.0.0

18 May 06:17
v2.0.0
28928a1

Choose a tag to compare

2.0.0 (February 9, 2022)

New Resources and DataSources

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 to resource_zia_url_filtering_rules.PR#51 🚀

New Acceptance Tests

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

v1.0.3

18 May 05:53
v1.0.3
28928a1

Choose a tag to compare

1.0.3 (December 28, 2021)

Enhancements

  • Added multiple validators across several resources for better API abstraction and mistake prevention during terraform apply PR #46 🚀

Bug Fixes

  • Fixed issue where Terraform showed that resources had been modified even though nothing had been changed in the upstream resources. PR #45 🔧

v1.0.2

18 May 06:15
v1.0.2
28928a1

Choose a tag to compare

1.0.2 (November 29, 2021)

Bug Fixes

  • VPN Credentials: Fixed issue where when creating a VPN credential and type was set to IP, the field ip_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 to UFQDN, 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 and XAUTH. 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 the parent_id has been set to a value greater than 0 and if the ip_addresses parameter has been fullfilled. The issue was addressed on PR#37

Enhacements

  • Static IP: Added ForceNew option to ip_address in the schema, so the resource will be destroyed and recreated PR#40

  • VPN Credentials: Added ForceNew option to type in the schema, so the resource will be destroyed and recreated if the type of the VPN resource needs to be changed from IP to UFQDN and vice-versa PR#41

v1.0.1

18 May 05:46
v1.0.1
28928a1

Choose a tag to compare

Release v1.0.1

v1.0.0

18 May 05:43
v1.0.0
28928a1

Choose a tag to compare

1.0.0 (Friday November 12 2021)

Initial Release

Notes

  • Supported Terraform version: v1.x

RESOURCE FEATURES

  • New Resource: resource_zia_admin_users 🆕
  • New Resource: resource_zia_dlp_dictionaries 🆕
  • New Resource: resource_zia_firewall_filtering_rules 🆕
  • New Resource: resource_zia_fw_filtering_ip_destination_groups 🆕
  • New Resource: resource_zia_fw_filtering_ip_source_groups 🆕
  • New Resource: resource_zia_fw_filtering_network_application_groups 🆕
  • New Resource: resource_zia_fw_filtering_network_services_groups 🆕
  • New Resource: resource_zia_fw_filtering_network_services 🆕
  • New Resource: resource_zia_location_management 🆕
  • New Resource: resource_zia_traffic_forwarding_gre_tunnels 🆕
  • New Resource: resource_zia_traffic_forwarding_static_ips 🆕
  • New Resource: resource_zia_traffic_forwarding_vpn_credentials 🆕
  • New Resource: resource_zia_url_categories 🆕
  • New Resource: resource_zia_url_filtering_rules 🆕
  • New Resource: resource_zia_user_management_users 🆕

DATA SOURCE FEATURES

  • New Data Source: data_source_zia_admin_roles 🆕
  • New Data Source: data_source_zia_admin_users 🆕
  • New Data Source: data_source_zia_dlp_dictionaries 🆕
  • New Data Source: data_source_zia_firewall_filtering_rules 🆕
  • New Data Source: data_source_zia_fw_filtering_ip_destination_groups 🆕
  • New Data Source: data_source_zia_fw_filtering_ip_source_groups 🆕
  • New Data Source: data_source_zia_fw_filtering_network_application_groups 🆕
  • New Data Source: data_source_zia_fw_filtering_network_application 🆕
  • New Data Source: data_source_zia_fw_filtering_network_service_groups 🆕
  • New Data Source: data_source_zia_fw_filtering_network_services 🆕
  • New Data Source: data_source_zia_fw_filtering_time_window 🆕
  • New Data Source: data_source_zia_location_groups 🆕
  • New Data Source: data_source_zia_location_management 🆕
  • New Data Source: data_source_zia_traffic_forwarding_gre_internal_ranges 🆕
  • New Data Source: data_source_zia_traffic_forwarding_gre_tunnels 🆕
  • New Data Source: data_source_zia_traffic_forwarding_gre_vip_recommended_list 🆕
  • New Data Source: data_source_zia_traffic_forwarding_ip_gre_tunnel_info 🆕
  • New Data Source: data_source_zia_traffic_forwarding_public_nodes_vips 🆕
  • New Data Source: data_source_zia_traffic_forwarding_static_ips 🆕
  • New Data Source: data_source_zia_traffic_forwarding_vpn_credentials 🆕
  • New Data Source: data_source_zia_url_categories 🆕
  • New Data Source: data_source_zia_url_filtering_rules 🆕
  • New Data Source: data_source_zia_user_management_departments 🆕
  • New Data Source: data_source_zia_user_management_groups 🆕
  • New Data Source: data_source_zia_user_management_users 🆕