Releases: zscaler/terraform-provider-zpa
Releases · zscaler/terraform-provider-zpa
v2.6.0
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 azpa_policy_isolation_rule
when theaction
is set toISOLATE
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 theaction
is set toISOLATE
Bug Fix
v2.5.6
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 azpa_policy_isolation_rule
when theaction
is set toISOLATE
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 theaction
is set toISOLATE
Bug Fix
v2.5.5
v2.5.4
2.5.4 (January, 16 2023)
Notes
- Release date: (January, 16 2023)
- Supported Terraform version: v1.x
Enhacements
-
PR #232 - Added new ZPA Inspection control parameters
- ZPA Inspection Profile:
web_socket_controls
- ZPA Custom Inspection Control:
-
control_type
: The following values are supported:WEBSOCKET_PREDEFINED
,WEBSOCKET_CUSTOM
,ZSCALER
,CUSTOM
,PREDEFINED
-
protocol_type
: The following values are supported:HTTP
,WEBSOCKET_CUSTOM
,ZSCALER
,CUSTOM
,PREDEFINED
-
- ZPA Inspection Profile:
Fixes
- PR #234 - Removed Segment Group detachment function, so it can use the new
force_delete
parameter when removing application segments from a segment group.
v2.5.3
v2.5.2
v2.5.1
2.5.1 (November, 30 2022)
Notes
- Release date: (November, 30 2022)
- Supported Terraform version: v1.x
Fixes
- PR #219 Added ForceNew helper to
zpa_policy_timeout_rule
parametersreauth_idle_timeout
andreauth_timeout
. Changing the values will cause the resource to be recreated on the fly. - PR #219 Added missing
ip_anchored
parameter toresource_zpa_application_segment_browser_access
- PR #220 Udated provider to Zscaler-SDK-Go v0.3.2 to ensure pagination works correctly when more than 500 items on a list.
v2.5.0
v2.4.1
2.4.1
Notes
- Release date: (November 9 2022)
- Supported Terraform version: v1.x
Ehancements
- PR #208 - Implemented TCP/UDP Port overlap check and duplicated domain validation for
zpa_application_segment_browser_access
- PR #209 - Implemented TCP/UDP Port overlap check and duplicated domain validation for
zpa_application_segment_pra
. - PR #210 - Implemented TCP/UDP Port overlap check and duplicated domain validation for
zpa_application_segment_inspection
.
Bug Fixes
v2.4.0
2.4.0
Notes
- Release date: (October 24 2022)
- Supported Terraform version: v1.x
Ehancements
- PR #188 - feat(new parameters added to App Connector Group resource TCPQuick*
- The following new App Connector Group parameters have been added:
- tcpQuickAckApp - Whether TCP Quick Acknowledgement is enabled or disabled for the application.
- tcpQuickAckAssistant - Whether TCP Quick Acknowledgement is enabled or disabled for the application.
- tcpQuickAckReadAssistant - Whether TCP Quick Acknowledgement is enabled or disabled for the application.
- UseInDrMode
- PR #188 - Upgrade to zscaler-sdk-go v0.0.12 to support new App Connector Group parameters
TCPQuick*
andUseInDrMode
- PR #190 - Added ZPA Terraform Provider Video Series link in the documentation, leading to Zenith Community Portal
- PR #194 - Updated Provider to Zscaler-SDK-GO v0.1.1
- PR #196 - Renamed
zpa_browser_access
resource and data source tozpa_application_segment_browser_access
for better distinction with other application segment resources. The use of the previous resource name is still supported; however, a warning message will be displayed after the apply process to inform about the change. - PR #196 - Fixed
zpa_application_segment_browser_access
clientless_apps
inner parameters, which were not being updated during PUT method. - PR #197 - Updated
zpa_service_edge_group
parameteris_public
to accept a value of Bool (true or false) instead of the current String values of (DEFAULT, TRUE or FALSE) for easier configuration. The Provider will convert the input value to string during run-time. - PR #201 - Added
zpa_app_connector_controller
resource to allow app connector resource management and bulk delete action for app connector deproviosioning. - PR #202 - Included validation function in the
zpa_app_connector_group
resource for the parametersversion_profile_name
andversion_profile_id
. Users can now useversion_profile_name
with one of the following values:Default
,Previous Default
,New Release
Bug Fixes
- PR #181 - Added Support to ZPA Preview Cloud and updated to zscaler-sdk-go v0.0.9
- PR #193 - Fixed rule order in access policies, when Zscaler Deception rule exists.
- PR #198 - Due to Golang update the function
ConfigureFunc
used to configure the provider was deprecated; hence, the ZPA Terraform Provider was updated to use theConfigureContextFunc
instead. - PR #199 - Fix application segment tcp/udp port conflict. The provider will issue an error message when 2 application segments have conflicting domain_name, tcp/udp ports
- PR #200 - Implemented new application segment parameter
force_delete
to ensure dependency removal prior to delete action.