Skip to content

Releases: zscaler/terraform-provider-zpa

v2.5.5

25 Jan 05:28
v2.5.5
4194272
Compare
Choose a tag to compare

2.5.5 (January, 24 2023)

Notes

  • Release date: (January, 24 2023)
  • Supported Terraform version: v1.x

Enhacements

  • PR #238 - Added new log_type (zpn_pbroker_comprehensive_stats) attribute to zpa_lss_config_log_type_formats and zpa_lss_config_controller.

v2.5.4

16 Jan 21:29
v2.5.4
2180413
Compare
Choose a tag to compare

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

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

29 Dec 08:09
v2.5.3
ab183df
Compare
Choose a tag to compare

2.5.3 (January, 2 2023)

Notes

  • Release date: (January, 2 2023)
  • Supported Terraform version: v1.x

Enhacements

  • PR #224 Implemented longitude/latitude math function validation for more accurancy when configuring zpa_app_connector_group resources.

v2.5.2

02 Dec 19:15
v2.5.2
fcef50b
Compare
Choose a tag to compare

2.5.2 (December, 02 2022)

Notes

  • Release date: (December, 02 2022)
  • Supported Terraform version: v1.x

Bug Fix

  • PR #223 Fixed pagination issue with ZPA endpoints

v2.5.1

30 Nov 17:57
v2.5.1
aaabdf6
Compare
Choose a tag to compare

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 parameters reauth_idle_timeout and reauth_timeout. Changing the values will cause the resource to be recreated on the fly.
  • PR #219 Added missing ip_anchored parameter to resource_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

27 Nov 06:42
v2.5.0
daf3eeb
Compare
Choose a tag to compare

2.5.0 (November, 30 2022)

Notes

  • Release date: (November, 30 2022)
  • Supported Terraform version: v1.x

Fixes

  • PR #217 Fixed Read/Update/Delete functions to allow automatic recreation of resources, that have been manually deleted via the UI.
  • PR #217 Updated provider to zscaler-sdk-go v0.2.2

v2.4.1

09 Nov 21:17
v2.4.1
19d3c31
Compare
Choose a tag to compare

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

  • PR #206 - Fix TCP/UDP port overlap check issue

  • PR #207 - Fix duplicated domain_name entries during TCP/UDP port overlap issues

v2.4.0

24 Oct 18:33
v2.4.0
0d43af6
Compare
Choose a tag to compare

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* and UseInDrMode
  • 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 to zpa_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 parameter is_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 parameters version_profile_name and version_profile_id. Users can now use version_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 the ConfigureContextFunc 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.

v2.3.2

02 Sep 16:36
v2.3.2
0d716de
Compare
Choose a tag to compare

2.3.2 (September, 2 2022)

Notes

  • Supported Terraform version: v1.x

Bug Fixes

Fixed authentication issue when specifying zpa_cloud="PRODUCTION"

v2.3.1

31 Aug 00:08
v2.3.1
589d9c4
Compare
Choose a tag to compare

2.3.1 (August, 31 2022)

Notes

  • Supported Terraform version: v1.x

Bug Fixes

  • PR #169 Fixed policy rule order, where the rule order in the UI didn't correspond to the desired order set in HCL. Issue [#166]
  • PR #170 Fixed special character encoding, where certain symbols caused Terraform to indicate potential configuration drifts. Issue [#149]
  • PR #171 Fixed policy configuration attributes where i.e SCIM_GROUPs were causing drifts without changes have been performed. Issue [#165]
  • PR #175 Fixed application segment drifts caused by tcp & udp ports.
  • PR #176 Fixed application segment PRA drifts caused by tcp & udp ports.
  • PR #177 Fixed application segment Inspection drifts caused by tcp & udp ports.