Releases: zscaler/terraform-provider-zpa
Releases · zscaler/terraform-provider-zpa
v2.0.4
2.0.4 (December 6, 2021)
Notes
- Supported Terraform version: v1.x
New Data Source
- Added new data source for
zpa_browser_access
resource.
Enhancement
- The provider now supports the ability to import resources via its
name
and/orid
property to support easier migration of existing ZPA resources viaterraform import
command.
This capability is currently available to the following resources:- resource_zpa_app_connector_group - Issue [#29]
- resource_zpa_app_server_controller - PR#42 🚀
- resource_zpa_application_segment - PR#42 🚀
- resource_zpa_segment_group - PR#42 🚀
- resource_zpa_server_group - PR#42 🚀
- resource_zpa_service_edge_group - PR#42 🚀
- resource_zpa_provisioning_key - PR#45 🚀
- resource_zpa_browser_access - PR#48 🚀
- zpa_lss_config_controller - PR#48 🚀
Note: To import resources not currently supported, the resource numeric ID is required.
Bug Fixes
- Fixed [INFO] and [Error] message in
data_source_zpa_lss_config_controller
PR#43 🔧
v2.0.3
v2.0.2
2.0.2 (November 7, 2021)
Notes
- Supported Terraform version: v1.x
Enhacements
- Added custom validation function
ValidateStringFloatBetween
toresource_zpa_app_connector_group
to validatelongitude
andlatitude
parameters. #ZPA-17. - Added custom validation function
ValidateStringFloatBetween
toresource_zpa_service_edge_group
to validatelongitude
andlatitude
parameters. #ZPA-18.
v2.0.1
2.0.1 (November 4, 2021)
Notes
- Supported Terraform version: v1.x
Bug Fixes
- Fixed issue where provider authentication parameters for hard coded credentials was not working:
- Changed the following variable names:
client_id
,client_secret
andcustomerid
tozpa_client_id
,zpa_client_secret
andzpa_customer_id
.
v2.0.0
2.0.0 (November 3, 2021)
Notes
- Supported Terraform version: v1.x
Bug Fixes
- Fixed issue where provider authentication parameters for hard coded credentials was not working:
- Changed the following variable names:
client_id
,client_secret
andcustomerid
tozpa_client_id
,zpa_client_secret
andzpa_customer_id
.
Notes
- New management APIs are now available to manage App Connectors, App Connector Groups, Service Edges, Service Edge Groups, and Log Streaming Service (LSS) configurations.
- New prerequisite APIs for enrollment certificates, provisioning keys, and to get version profiles, client types, status codes, and LSS formats are added.
- A new API to reorder policy rules is added.
- The endpoints to get all browser access (BA) certificates, IdPs, posture profiles, trusted networks, and SAML attributes are now deprecated, and new APIs with pagination are provided.
- API endpoints specific to a policy (global/reauth/bypass) are deprecated and replaced by a generic API that takes policyType as a parameter.
- The port range configuration for the application segment has been enhanced for more readability. The tcpPortRanges and udpPortRanges fields are deprecated and replaced with tcpPortRange and udpPortRange.
Features
New Management Resources
- New Resource:
resource_zpa_app_connector_group
🆕 - New Resource:
resource_zpa_service_edge_group
🆕 - New Resource:
resource_zpa_provisioning_key
🆕 - New Resource:
resource_zpa_lss_config_controller
🆕
New Management Data Sources
- New Data Source:
data_source_zpa_enrollement_cert
🆕 - New Data Source:
data_source_zpa_customer_version_profile
🆕 - New Data Source:
data_source_zpa_lss_config_controller
🆕 - New Data Source:
data_source_zpa_lss_config_log_types_formats
🆕 - New Data Source:
data_source_zpa_lss_config_status_codes
🆕 - New Data Source:
data_source_zpa_lss_config_client_types
🆕 - New Data Source:
data_source_zpa_policy_type
🆕
Enhancements
- A new API to reorder policy rules is added. This update affects the following resources:
resource_zpa_policy_access_rule
🚀resource_zpa_policy_access_timeout_rule
🚀resource_zpa_policy_access_forwarding_rule
🚀
- Updated the following data sources to V2 API to support pagination:
data_source_zpa_idp_controller
🚀data_source_zpa_saml_attribute
🚀data_source_zpa_scim_attribute_header
🚀data_source_zpa_trusted_network
🚀data_source_zpa_posture_profile
🚀data_source_zpa_ba_certificate
🚀data_source_zpa_machine_group
🚀
- Added additional validations to
bypass_type
parameter inresource_zpa_browser_access
. 🚀 - The port range configuration for the application segment has been enhanced for more readability. This update affects the following resources:
resource_zpa_application_segment
🚀resource_zpa_browser_access
🚀
Deprecations
- API endpoints specific to a policy (global/reauth/bypass) are deprecated and replaced by a generic API that takes policyType as a parameter.
-
Deprecated
data_source_zpa_global_forwarding_policy
anddata_source_zpa_global_timeout_policy
and replaced withdata_source_zpa_policy_type
💥 -
Deprecated
data_source_zpa_global_access_policy
and renamed withdata_source_zpa_policy_type
💥 -
Deprecated
tcp_port_ranges
andudp_port_ranges
fields are deprecated and replaced withtcp_port_range
andudp_port_range
. The values will be kept in Terraform schema until next provider update for backwards compatibility. 💥
v1.0.0
1.0.0 (Thur Sept 23 2021)
Initial Release
RESOURCE FEATURES
- New Resource: resource_zpa_app_server_controller 🆕
- New Resource: resource_zpa_application_segment 🆕
- New Resource: resource_zpa_browser_access 🆕
- New Resource: resource_zpa_policy_access_forwarding_rule 🆕
- New Resource: resource_zpa_policy_access_rule 🆕
- New Resource: resource_zpa_policy_access_timeout_rule 🆕
- New Resource: resource_zpa_segment_group 🆕
- New Resource: resource_zpa_server_group 🆕
DATA SOURCE FEATURES
- New Data Source: data_source_zpa_app_connector_group 🆕
- New Data Source: data_source_zpa_app_server_controller 🆕
- New Data Source: data_source_zpa_application_segment 🆕
- New Data Source: data_source_zpa_ba_certificate 🆕
- New Data Source: data_source_zpa_cloud_connector_group 🆕
- New Data Source: data_source_zpa_global_access_policy 🆕
- New Data Source: data_source_zpa_global_forwarding_policy 🆕
- New Data Source: data_source_zpa_global_timeout_policy 🆕
- New Data Source: data_source_zpa_idp_controller 🆕
- New Data Source: data_source_zpa_machine_group 🆕
- New Data Source: data_source_zpa_posture_profile 🆕
- New Data Source: data_source_zpa_saml_attribute 🆕
- New Data Source: data_source_zpa_scim_attribute_header 🆕
- New Data Source: data_source_zpa_scim_group 🆕
- New Data Source: data_source_zpa_segment_group 🆕
- New Data Source: data_source_zpa_server_group 🆕
- New Data Source: data_source_zpa_trusted_network 🆕