Skip to content

v1.537.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 30 Apr 12:37
· 13 commits to refs/heads/main since this release
b2592fd

🚀 Enhancements

feat: add kms key arn input for customer-managed keys @RoseSecurity (#24) ## why
  • This PR introduces a new kms_key_arn variable, allowing consumers to supply their own customer-managed KMS key

what

  1. Default behavior

    • Deploy without setting kms_key_arn
    • Module-created CMK is used for both RDS and SSM
  2. Override behavior

    • Deploy with kms_key_arn = "arn:aws:kms:…:key/EXAMPLE"
    • Verify that both the RDS cluster and SSM parameter use the supplied ARN

references

Summary by CodeRabbit

  • New Features
    • Added support for specifying a custom KMS encryption key ARN through a new configuration variable.
    • Improved flexibility by allowing fallback to a user-provided KMS key ARN if the default is not available.

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#21) ## what This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates