v1.537.0
·
13 commits
to refs/heads/main
since this release
🚀 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
-
Default behavior
- Deploy without setting
kms_key_arn
- Module-created CMK is used for both RDS and SSM
- Deploy without setting
-
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
- Deploy with
references
- Resolves this discussion
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 docswhy
To have most recent changes of README.md and doc from origin templates