Skip to content

Releases: zscaler/terraform-provider-zpa

v2.6.2

02 Mar 07:08
v2.6.2
c235868
Compare
Choose a tag to compare

2.6.2 (March, 1 2023)

Notes

  • Release date: (March, 1 2023)
  • Supported Terraform version: v1.x

Enhacements

  • PR #251 - Added new action REQUIRE_APPROVAL to zpa_policy_access_rule - [Issue #250]

v2.6.1

18 Feb 01:21
v2.6.1
bd4667d
Compare
Choose a tag to compare
Release v2.6.1

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