v2.2.0
2.2.0 (June, 30 2022)
Notes
- Supported Terraform version: v1.x
New Features
- 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_ACCESS
option forRDP
andSSH
via theapp_types
parameter. PR #133
- 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
forHTTP
andHTTPS
via theapp_types
parameter. PR #135
- 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
- Added release notes guide to documentation PR #140
- Fixed documentation misspellings