Releases: zscaler/terraform-provider-zia
v2.0.0
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_groupPR#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_groupstoresource_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
1.0.3 (December 28, 2021)
Enhancements
- Added multiple validators across several resources for better API abstraction and mistake prevention during
terraform applyPR #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
1.0.2 (November 29, 2021)
Bug Fixes
-
VPN Credentials: Fixed issue where when creating a VPN credential and
typewas set toIP, the fieldip_addresswas being returned as a non-expected argument. The issue was addressed on PR#36 -
VPN Credentials: Fixed issue where when creating VPN credential and
typewas set toUFQDN, the parameter was not being validated if it was empty. The issue was addressed on PR#36 -
VPN Credentials: Removed unsupported VPN Credential types
CNandXAUTH. The issue was addressed on PR#36 -
Location Management: Fixed issue where when creating a sub-location and the
ip_addressesfield 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 theparent_idhas been set to a value greater than0and if theip_addressesparameter has been fullfilled. The issue was addressed on PR#37
Enhacements
-
Static IP: Added
ForceNewoption toip_addressin the schema, so the resource will be destroyed and recreated PR#40 -
VPN Credentials: Added
ForceNewoption totypein the schema, so the resource will be destroyed and recreated if the type of the VPN resource needs to be changed fromIPtoUFQDNand vice-versa PR#41
v1.0.1
Release v1.0.1
v1.0.0
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 🆕