Skip to content

Releases: zscaler/terraform-provider-zpa

v2.6.0

15 Feb 19:26
v2.6.0
8e254d3
Compare
Choose a tag to compare

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 a zpa_policy_isolation_rule when the action is set to ISOLATE
    • 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 the action is set to ISOLATE

Bug Fix

  • PR #244 - Fixed zpa_server_groups resource servers attribute to support typeSet instead of typeList.
  • PR #244 - Fixed zpa_app_connector_group resource connectors attribute to support typeSet instead of typeList.

v2.5.6

07 Feb 07:52
v2.5.6
aba31e3
Compare
Choose a tag to compare

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 a zpa_policy_isolation_rule when the action is set to ISOLATE
    • 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 the action is set to ISOLATE

Bug Fix

  • PR #244 - Fixed zpa_server_groups resource servers attribute to support typeSet instead of typeList.
  • PR #244 - Fixed zpa_app_connector_group resource connectors attribute to support typeSet instead of typeList.

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.