Release Notes

Terraform Versions

Release Date

Changes in this Release

v2.10.0 12/20/2024
  • Upgraded the golang.org/x/crypto package from version 0.28.0 to 0.31.0 to fix vulnerability (CVE-2024-45337).

v2.0.9 11/22/2024
  • The 'Get Platform Token' API endpoint has been updated. This endpoint provides the token needed to access the Secret Server from the Platform within the Terraform plugin.

v2.0.8 9/24/2024
  • The Terraform plugin was updated to encrypt the credentials in Terraform files.

v2.0.7 8/19/2024
  • Provided the ability to get multiple secrets from the Secret Server.

  • The Terraform Destroy command was extended to allow disabling the secret in the Secret Server.

v2.0.6 5/03/2024
  • Updated the dependency of the tss-sdk-go file to the latest version (v2.0.1) to support the Platform login. Now, users can fetch secrets from the Secret Server using the Platform login credentials.

  • Updated README.md file. Added new content regarding the Platform login and modified existing content regarding Terraform environment variables.

v2.0.5 3/27/2024
  • Upgraded the dependency in terraform-plugin-sdk to the latest version (v2.32.0).

  • Resolved the Renovate package issues.

  • Updated secret.md, index.md, resource_secret.md files for Get, Create and Update secret functionality through the Terraform plugin.

v2.0.4 1/26/2024 Updates to documentation and package in Terraform Registry.
v2.0.3 11/28/2023 Added new features that allow adding and updating Secrets in Secret Server from Terraform.