Skip to content

Releases: SweetOps/terraform-aws-secretsmanager

v0.5.2

27 Aug 23:13
997ef52
Compare
Choose a tag to compare

📦 Updates

build: bump cloudposse/kms-key/aws from 0.12.1 to 0.12.2 @dependabot (#10) Bumps [cloudposse/kms-key/aws](https://github.com/cloudposse/terraform-aws-kms-key) from 0.12.1 to 0.12.2.
Release notes

Sourced from cloudposse/kms-key/aws's releases.

v0.12.2

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

v0.5.1

27 Aug 19:47
e403997
Compare
Choose a tag to compare

📦 Updates

ci: overhaul workflows @SweetOps (#9)

v0.5.0

13 Sep 01:20
f4a4253
Compare
Choose a tag to compare

🚀 Enhancements

feat: allow schedule expression and duration for rotation_rules @soya-miyoshi (#8) # Why This module didn't allow `duration` and `schedule_expression` for rotation_rules. https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/secretsmanager_secret_rotation.html

What

Add arguments and docs accordingly.

v0.4.0

05 Jul 19:40
0f51e4b
Compare
Choose a tag to compare

🚀 Enhancements

feat: introduce new option ignore_changes_enabled and update actions @SweetOps (#7)

v0.3.0

06 Mar 17:49
e833eb7
Compare
Choose a tag to compare

🚀 Enhancements

feat: add configuration block to support secret replication @SweetOps (#6)

v0.2.0

26 Sep 11:56
a901af3
Compare
Choose a tag to compare

🚀 Enhancements

feat: make module complaint with terraform 1.3 @SweetOps (#5)

v0.1.3

17 Jul 10:55
4e77e08
Compare
Choose a tag to compare

🐛 Bug Fixes

fix: make the outputs more convenient and update deps @SweetOps (#4)

v0.1.2

28 Jan 13:08
213c897
Compare
Choose a tag to compare

🐛 Bug Fixes

chore: add secret name output and update deps @SweetOps (#3)

v0.1.1

01 Oct 10:30
8c7ad4d
Compare
Choose a tag to compare

🐛 Bug Fixes

fix: introduce enabled flag for secret_version and rotation @SweetOps (#2)

v0.1.0

30 Sep 14:42
ff831af
Compare
Choose a tag to compare
feat: initial implementation (#1)