Skip to content

Releases: lgallard/terraform-aws-secrets-manager

Add Renovate

03 Jun 13:01
6632410
Compare
Choose a tag to compare

0.11.5 (June 3, 2024)

ENHANCEMENTS:

  • Add Renovate (Mend)

Fix required constraints

03 Jun 08:23
3ab6be6
Compare
Choose a tag to compare

0.11.4 (June 3, 2024)

FIX:

  • Fix required constraints
  • Remove Dependabot

Change Terraform version requirements syntax

03 Jun 00:13
c6e38a7
Compare
Choose a tag to compare

0.11.3 (June 3, 2024)

FIX:

  • Change Terraform version requirements syntax

Fix Terraform version syntax

03 Jun 00:00
a56f3c7
Compare
Choose a tag to compare

0.11.2 (June 3, 2024)

FIX:

  • Terraform version requirements syntax

Add Dependabot

02 Jun 23:50
4d1f112
Compare
Choose a tag to compare

0.11.1 (June 3, 2024)

ENHANCEMENTS:

  • Add Dependabot

Allow to use version_stages on secret versions

19 Dec 20:56
7bd34c2
Compare
Choose a tag to compare

0.11.0 (December 19, 2023)

ENHANCEMENTS:

  • Allow to use ´version_stages´ on secret versions (thanks @magmax)

Not defined index in context issue

30 Oct 00:35
c4be9eb
Compare
Choose a tag to compare

0.10.1 (October 29, 2023)

FIXES:

  • Not defined index in context issue

Fix for name_prefix support on secret and rotation resources

26 Oct 14:57
02935c7
Compare
Choose a tag to compare

0.10.0 (October 26, 2023)

FIXES:

  • Update secret version and secret rotation to support using name_prefix (thanks @bensharp1)
  • Allow 'Name' parameter to overwrite each.key as Secret Name (thanks @bensharp1)

Allow empty replica region `kms_key_id` to use AWS default

09 Sep 12:59
823f4bc
Compare
Choose a tag to compare

0.9.0 (September 8, 2023)

ENHANCEMENTS:

  • Allow empty replica region kms_key_id to use AWS default (thanks @siteopsio)
  • Update README file in replication example (thanks @siteopsio)

Add force_overwrite_replica_secret

28 Apr 10:36
14545c4
Compare
Choose a tag to compare

0.8.0 (April 28, 2023)

ENHANCEMENTS:

  • Add ´force_overwrite_replica_secret´ (thanks @btougeiro)
  • Add replication example