v1.537.2
·
3 commits
to main
since this release
feat: add KMS encryption support for CloudTrail logs @johncblandii (#89)
## whatAdd KMS encryption support to the datadog-logs-archive component to address Drata compliance requirements. CloudTrail logs are now encrypted with SSE-KMS by default, with flexible configuration options to use an existing key or disable encryption if needed.
why
- Created new
kms.tffile with KMS key, policy, and alias resources - Added 5 new input variables for KMS configuration
- Added 3 new outputs exposing KMS key information
- Updated README with KMS encryption documentation
Summary by CodeRabbit
-
New Features
- Added KMS encryption support for CloudTrail with flexible configuration options.
- Option to use an existing KMS key or create a new one automatically.
- Configurable KMS key deletion window and automatic key rotation.
-
Documentation
- Updated documentation with CloudTrail KMS encryption configuration details and defaults.
🤖 Automatic Updates
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#90)
## 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