Skip to content

Releases: terraform-aws-modules/terraform-aws-secrets-manager

v2.0.0

09 Aug 11:41
Compare
Choose a tag to compare

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

v1.3.1

11 Oct 17:13
Compare
Choose a tag to compare

1.3.1 (2024-10-11)

Bug Fixes

  • Update CI workflow versions to latest (#11) (85977d1)

v1.3.0

19 Sep 19:11
Compare
Choose a tag to compare

1.3.0 (2024-09-19)

Features

v1.2.0

16 Sep 00:11
Compare
Choose a tag to compare

1.2.0 (2024-09-16)

Features

  • Add secret_string and secret_binary to outputs (#8) (0b36ebb)

v1.1.2

06 Mar 19:13
Compare
Choose a tag to compare

1.1.2 (2024-03-06)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#5) (4a88afe)

v1.1.1

10 Aug 13:20
Compare
Choose a tag to compare

1.1.1 (2023-08-10)

Bug Fixes

  • Updated variable types from any to map(any) (#3) (90ea91f)

v1.1.0

15 Jul 18:29
Compare
Choose a tag to compare

1.1.0 (2023-07-15)

Features

  • Add support for random password generation and Terragrunt wrapper (#1) (3e80d9b)

v1.0.0

13 Jul 20:17
Compare
Choose a tag to compare

1.0.0 (2023-07-13)

Features

  • Initial implementation of Secrets Manager Terraform module 🎉 (1e7ccd7)