Skip to content

v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 00:38
· 386 commits to master since this release
v2.2.0
4660094

2.2.0 (June, 30 2022)

Notes

  • Supported Terraform version: v1.x

New Features

  1. The provider now supports the following ZPA Privileged Remote Access (PRA) features:
  • zpa_application_segment_pra - The resource supports enabling Priviledged Remote Access Application Segment SECURE_REMOTE_ACCESSoption for RDP and SSH via the app_types parameter. PR #133
  1. The provider now supports the following ZPA Inspection features:
  • zpa_inspection_custom_controls PR#134
  • zpa_inpection_predefined_controls PR#134
  • zpa_inspection_all_predefined_controls PR#134
  • zpa_inspection_profile PR#134
  • zpa_policy_access_inspection_rule PR#134
  • zpa_application_segment_inspection - The resource supports enabling INSPECT for HTTP and HTTPS via the app_types parameter. PR #135
  1. Implemented a new Application Segment resource parameter select_connector_close_to_app. The parameter can only be set for TCP based applications. PR #137

Enhancements

  • Added support to scim_attribute_header to support policy access SCIM criteria based on SCIM attribute values. Issue #146 / PR #147

  • ZPA Beta Cloud: The provider now supports authentication via environment variables or static credentials to ZPA Beta Cloud. For authentication instructions please refer to the documentation page here PR #136

  • ZPA Gov Cloud: The provider now supports authentication via environment variables or static credentials to ZPA Gov Cloud. For authentication instructions please refer to the documentation page here PR #145

Bug Fixes

  • Fix: Fixed update function on zpa_app_server_controller resource to ensure desired state is enforced in the upstream resource. Issue #128
  • Fix: Fixed enabled parameter on zpa_app_connector_group resource by removing default action from resource schema. Issue #128
  • Fix: Fixed Golangci linter and upgraded to golangci-lint-action@v3

Documentation

  1. Added release notes guide to documentation PR #140
  2. Fixed documentation misspellings