v2.1.4
2.1.4 (May, 18 2022)
Notes
- Supported Terraform version: v1.x
Announcement
The Terraform Provider for Zscaler Private Access (ZPA) 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 {
zpa = {
source = "zscaler/zpa"
version = "2.1.3"
}
}
}
provider "zpa" {}