Skip to content

v2.5.6

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 07:52
· 261 commits to master since this release
v2.5.6
aba31e3

2.6.0 (February, 15 2023)

Notes

  • Release date: (February, 15 2023)
  • Supported Terraform version: v1.x

Enhacements

  • PR #242 - Added new data source and resources below:
    • zpa_isolation_profile - This data source gets all isolation profiles for the specified customer. The Isolation Profile ID can then be referenced in a zpa_policy_isolation_rule when the action is set to ISOLATE
    • zpa_policy_isolation_rule - This resource, creates an Isolation Rule. Notice that in order to create an isolation policy the ZPA tenant must be licensed accordingly. zpa_policy_isolation_rule when the action is set to ISOLATE

Bug Fix

  • PR #244 - Fixed zpa_server_groups resource servers attribute to support typeSet instead of typeList.
  • PR #244 - Fixed zpa_app_connector_group resource connectors attribute to support typeSet instead of typeList.