Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@antonbabenko antonbabenko released this 09 Aug 11:41

2.0.0 (2025-08-09)

⚠ BREAKING CHANGES

  • Update Terraform and AWS provider versions to 1.11 and 6.0 respectively (#14)

Features

  • Terraform v1.11 is now minimum supported version; required for ephemeral resources and write only arguments
  • AWS provider v6.0 is now minimum supported version
  • Support for region parameter to specify the AWS region for the resources created if different from the provider region.
  • Variable definitions now contain detailed object types in place of the previously used any type
  • Support for generating a random password has been updated to use the new ephemeral resource type and passed to a write only attribute to ensure secrets are not persisted in the Terraform statefile
  • Adds support for secret_string_wo, secret_string_wo_version, and rotate_immediately arguments