Skip to content

Releases: zscaler/zscaler-terraformer

v1.3.3

26 Sep 19:34
74c5fd8
Compare
Choose a tag to compare

1.3.3 (September, 26 2024)

Notes

  • Release date: (September, 26 2024)
  • Supported Terraform version: v1.x.x

Bug Fixes

  • PR #227. Implemented dedicated ZIA License Error Handling to skip unlicensed features during import.
  • PR #227. Fixed ZIA resource zia_dlp_web_rules nested attributes: auditor, icap_server and notification_template to ensure proper data type import as TypeSet instead of TypeList.

v1.3.2

20 Aug 06:59
3fa7728
Compare
Choose a tag to compare

Changelog

  • 3fa7728 fix: Added support to chocolatey package manager installation for Windows (#223)

v1.3.1

14 Aug 06:41
Compare
Choose a tag to compare

1.3.1 (August, 13 2024)

Notes

  • Release date: (August, 13 2024)
  • Supported Terraform version: v1.x.x

Bug Fixes

  • PR #220. Fixed help menu options for more clarity
  • PR #220. Implemented enhanced error handling

v1.3.0

12 Jul 06:29
Compare
Choose a tag to compare

1.3.0 (July, 11 2024)

Notes

  • Release date: (July, 11 2024)
  • Supported Terraform version: v1.x.x

Enhancements

  • PR #213. The tool now creates a outputs.tf file containg the id export of each invidual exported resource.

  • PR #213. The tool now displays a message when the resource import is successful.

  • PR #213. The following new flag has been introduced --supported-resources=. When using the following syntax: zscaler-terraformer --supported-resources="zpa" or zscaler-terraformer --supported-resources="zia" a list of all current supported resources is displayed in table format.

  • PR #213. The tool now displays a warning message when the imported resource contain attributes that may carry sensitive values i.e passwords. Notice that the value is not included in the HCL code for security reasons.

  • PR #213. Re-introduced support for the import of the following resources:

    • zpa_application_segment_browser_access
    • zpa_application_segment_inspection
    • zpa_application_segment_pra
  • PR #213. Introduced support for the import of the following ZPA Privileged Remote Access resources:

    • zpa_pra_approval_controller
    • zpa_pra_console_controller
    • zpa_pra_credential_controller
    • zpa_pra_portal_controller
  • PR #213. Introduced support for the import of the following Cloud Browser Isolation resources:

    • zpa_cloud_browser_isolation_banner
    • zpa_cloud_browser_isolation_certificate
    • zpa_cloud_browser_isolation_external_profile

Bug Fixes

  • PR #213. Fixed issues with credential with inline credential authentication.
  • PR #213. Fixed importing of ZIA resource zia_dlp_web_rules attribute blocks:
    • icap_server
    • notification_templates
    • auditor
  • PR #213. Fixed importing of ZPA resource zpa_inspection_custom_controls rules block.
  • PR #213. Fixed authentication methods to support both environment variables and inline credentials.

Deprecations

  • PR #213 Deprecated the following ZIA resources:

    • zia_user_management
    • zia_admin_users
  • PR #213 Temporary deprecation of the resources: zpa_inspection_profile

  • PR #213 Deprecated support to authentication via credentials.json file. The Tool now supports environment variables and inline based credentials. See README for further details.

Internal Changes

  • PR #213. The tool introduced two new internal environment variables for development purposes: ZPA_PROVIDER_NAMESPACE and ZIA_PROVIDER_NAMESPACE. By setting these enviornment variables it allows a developer to leverage a local Terraform Provider installation for testing purposes. i.e export ZPA_PROVIDER_NAMESPACE=zscaler.com/zpa/zpa. This will force the tool to use a local provider binary installation. If not set, then the tool will download the latest version of the provider from the Terraform registry.
  • PR #213. Implemented new code structure for better code management.

v1.2.2

20 Jun 18:30
dcc6f84
Compare
Choose a tag to compare

1.2.2 (June, 20 2024)

Notes

  • Release date: (June, 20 2024)
  • Supported Terraform version: v1.x.x

Temporary Deprecations

  • PR #206 Temporary deprecated the following ZPA resource:
    • zpa_application_segment_browser_access
    • zpa_application_segment_inspection
    • zpa_application_segment_pra

v1.2.1

14 Jun 06:19
Compare
Choose a tag to compare

1.2.1 (June, 13 2024)

Notes

  • Release date: (June, 13 2024)
  • Supported Terraform version: v1.x.x

Fixes

  • PR #203 Improved the command zscaler-terraformer version output to display the CLI version, terraform version and latest available version.

v1.2.0

08 Jun 06:26
c17a172
Compare
Choose a tag to compare

1.2.0 (June, 7 2024)

Notes

  • Release date: (June, 7 2024)
  • Supported Terraform version: v1.x.x

Deprecations

  • PR #199 Deprecated the following ZPA resource:
    • zpa_cloud_browser_isolation_banner
    • zpa_cloud_browser_isolation_certificate
    • zpa_cloud_browser_isolation_external_profile

Fixes

  • PR #199 Implemented fix to resource zpa_microtenant_controller, to ignore the importing of Default Microtenant.

v1.1.3

19 May 07:23
7696932
Compare
Choose a tag to compare

1.1.3 (May, 18 2024)

Notes

  • Release date: (May, 18 2024)
  • Supported Terraform version: v1.x.x

Fixes

  • PR #191 Fixed ZPA provisioning_key computed attribute. The attribute is now excluded from the HCL generation during the import process.

  • PR #191 Fixed ZPA zpa_service_edge_group to convert is_public attribute to expected bool format.

  • PR #191 Fixed ZPA zpa_service_edge_group to properly convert nested attribute blocks service_edge and trusted_networks

v1.1.2

18 May 00:41
a02b4b8
Compare
Choose a tag to compare

1.1.2 (May, 17 2024)

Notes

  • Release date: (May, 17 2024)
  • Supported Terraform version: v1.x.x

Fixes

  • PR #190 Fixed ZPA provisioning_key computed attribute. The attribute is now excluded from the HCL generation during the import process.

v1.1.1

08 May 03:58
b546b30
Compare
Choose a tag to compare

1.1.1 (May, 7 2024)

Notes

  • Release date: (May, 7 2024)
  • Supported Terraform version: v1.x.x

Fixes

  • PR #187 Fixed importing issue with zia_url_filtering_rules attributes: override_users and override_groups. Attributes are now correctly imported as a list of IDs.