Skip to content

Releases: zscaler/zscaler-terraformer

v1.1.0

07 Mar 18:55
1809d6b
Compare
Choose a tag to compare

1.1.0 (March, 7 2024)

Notes

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

Enhancements

  • PR #176 Updated support guide with new Zscaler support model.
  • PR #176 Introduced importing support for the following ZIA resource(s):
    • zia_sandbox_behavioral_analysis

Fixes

  • PR #176 Fixed importing issue with the following ZIA resources:
    • zia_security_settings
    • zia_url_categories

v1.0.3

29 Feb 21:24
e0bbf1e
Compare
Choose a tag to compare

1.0.3 (February, 29 2024)

Notes

  • Release date: (February, 29 2024)
  • Supported Terraform version: v1.x.x

Enhancements

  • PR #173 Introduced the ability to exclude multiple resource names during the importing process.

v1.0.2

15 Feb 20:43
bf6a07e
Compare
Choose a tag to compare

1.0.2 (February, 15 2024)

Notes

  • Release date: (February, 15 2024)
  • Supported Terraform version: v1.x.x

Bug Fixes

  • PR #171 Fixed ZIA zia_forwarding_control_rule missformatted ID for zpa_gateway nested block id attribute.
  • PR #171 Implemented exclusion of pre-built unmanaged resources for ZIA.

v1.0.1

14 Feb 23:14
d76cf0f
Compare
Choose a tag to compare

1.0.1 (February, 14 2024)

Notes

  • Release date: (February, 14 2024)
  • Supported Terraform version: v1.x.x

Bug Fixes

v1.0.0

31 Jan 05:01
9e4a418
Compare
Choose a tag to compare

1.0.0 (January, 30 2024)

Notes

  • Release date: (January, 30 2024)
  • Supported Terraform version: v1.x.x

Enhacements

  • PR #167 ✨ Added support for ZIA Custom ZPA Gateway import.
  • PR #167 ✨ Added support for ZIA Forwarding Control Rule import.
  • PR #167 ✨ Added support for ZIA DLP Engine import.
  • PR #167 ✨ Added support for ZPA Microtenant import.
  • PR #167 ✨ Added support for ZPA Browser Access import.
  • PR #167 ✨ Added support for ZPA Cloud Browser Isolation Banner import.
  • PR #167 ✨ Added support for ZPA Cloud Browser Isolation Certificate import.
  • PR #167 ✨ Added support for ZPA Cloud Browser Isolation External Profile import.

Bug Fixes

  • PR #167 Fixed license error for ZPA unlicensed .

v0.3.4

11 Dec 18:20
62dec63
Compare
Choose a tag to compare

0.3.4 (December, 11 2023)

Notes

  • Release date: (December, 11 2023)
  • Supported Terraform version: v1.x.x

Bug Fixes

v0.3.3

18 Oct 22:06
c03f2c5
Compare
Choose a tag to compare

0.3.3 (October 18, 2023)

Notes

  • Release date: (August 18, 2023)
  • Supported Terraform version: v1.x.x

Bug Fixes

  • PR #139 Fixed ZIA zia_location_management resource to ensure sub-locations are also imported.

v0.3.2

03 Oct 21:45
b75f0e1
Compare
Choose a tag to compare

0.3.2 (October 3, 2023)

Notes

  • Release date: (October 3, 2023)
  • Supported Terraform version: v1.x.x

Bug Fixes

  • PR #134 Implement condition to exclude applications block from the ZPA resources zpa_segment_group and zpa_server_group.

v0.3.1

18 Sep 06:12
9ab72b8
Compare
Choose a tag to compare

0.3.1 (September 17, 2023)

Notes

  • Release date: (September 17, 2023)
  • Supported Terraform version: v1.x.x

Bug Fixes

  • PR #123 Implemented feature flag check to zpa_app_connector_group to ensure import continues when error Feature flag ui.waf disabled error is returned.

v0.3.0

21 Jun 18:23
v0.3.0
5058c73
Compare
Choose a tag to compare

0.3.0 (June 21, 2023)

Notes

  • Release date: (June 21, 2023)
  • Supported Terraform version: v1.x.x

Enhancements

  • PR #97 Each generated resource, will not contain the internal numeric ID generated by the ZPA Cloud. This will prevent potential name duplication during the import process.
  • PR #115 The Zscaler Terraformer tool now checks for existing Terraform binary version installations. If the binary is not installed, ZT will automatically download and install the latest terarform binary.
  • PR #116 All imported resources will not contain the following message: __generated__ by Zscaler Terraformer from [Resource Name] in the auto-generated configuration file.

Bug Fixes

  • PR #96 - Fixed import of zpa_segment_group and zpa_server_group resources where the applications attribute was being imported as a Set instead of a list of IDs.