Releases: zscaler/terraform-provider-zia
v2.2.3
v2.2.2
v2.2.1
v2.2.0
2.2.0 (August, 19 2022)
Notes
- Release date: (August 19 2022)
- Supported Terraform version: v1.x
Enhancements
- PR #113 Integrated newly created Zscaler GO SDK. Models are now centralized in the repository zscaler-sdk-go
Fixes
- Terraform import failing for zia_traffic_forwarding_static_ip resource. Search by IP criteria was not implemented.
v2.1.2
2.1.2 (July, 19 2022)
Notes
- Supported Terraform version: v1.x
Ehancements
- PR #110 Added Terraform UserAgent for Backend API tracking
Fixes
- PR #111 Updated Import GPG key in goreleaser to paultyng/ghaction-import-gpg
- PR #111 Updated golangci-lint to use golang 18
v2.1.1
2.1.1 (June, 7 2022)
Notes
- Supported Terraform version: v1.x
New Features
zia_auth_settings_urlsAdded new resource to support adding and removing URLs to ZIA exemption list.zia_security_policy_settingsAdded new resource to support adding and removing whitelisted and blacklisted URLs to the Advanced Threat Protection feature in ZIA.
v2.1.0
2.1.0 (June, 7 2022)
Notes
- Supported Terraform version: v1.x
New Features
zia_auth_settings_urlsAdded new resource to support adding and removing URLs to ZIA exemption list.zia_security_policy_settingsAdded new resource to support adding and removing whitelisted and blacklisted URLs to the Advanced Threat Protection feature in ZIA.
v2.0.3
2.0.3 (May, 18 2022)
Notes
- Supported Terraform version: v1.x
Announcement
The Terraform Provider for Zscaler Internet Access (ZIA) is now officially hosted under Zscaler's GitHub account and published in the Terraform Registry. For more details, visit the Zscaler Community Article Here
Administrators who used previous versions of the provider, and followed instructions to install the binary as a custom provider, must update their provider block as such:
terraform {
required_providers {
zia = {
source = "zscaler/zia"
version = "2.0.3"
}
}
}
provider "zia" {}
New Data Sources
zia_dlp_engines- PR#91 🔧
v2.0.2
2.0.2 (May, 17 2022)
Notes
- Supported Terraform version: v1.x
Announcement
The Terraform Provider for Zscaler Internet Access (ZIA) is now officially hosted under Zscaler's GitHub account and published in the Terraform Registry.
Administrators who used previous versions of the provider, and followed instructions to install the binary as a custom provider, must update their provider block as such:
terraform {
required_providers {
zia = {
source = "zscaler/zia"
version = "2.0.3"
}
}
}
provider "zia" {}
New Data Sources
zia_dlp_engines- PR#91 🔧
v2.0.1
2.0.1 (April 19, 2022)
Bug Fixes
Several schema type, expand and flattening function fixes were implemented to prevent undesired plan refresh updates and further provider optimization.
zia_dlp_dictionaries- PR#61 🔧zia_dlp_web_rules- PR#62 🔧zia_firewall_filtering_rule- Added schema validationorderparameter to ensure value is at least 1. PR#63 🔧zia_url_filtering_rules- PR#66 🔧zia_admin_users- PR#67 🔧zia_user_management- PR#67 🔧
Enhancements
-
Updated ZIA API client to validate the corresponding Zscaler cloud name. The previous environment variable
ZIA_BASE_URLwas replaced withZIA_CLOUD. PR#58 -
The provider now validates the proper Zscaler cloud name. PR#58 For instructions on how to find your Zscaler cloud name, refer to the following help article Here
-
Added and fixed multiple acceptance tests to easily and routinely verify that Terraform Plugins produce the expected outcome
-
Updated GitHub Actions CI to include both build and acceptance test workflow
-
Added new optimized acceptance tests - PR#71 🔧