Skip to content

Releases: cloudposse-terraform-components/aws-datadog-logs-archive

v1.538.0

20 Nov 15:00
177dee3

Choose a tag to compare

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#94) ## 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

chore(deps): update terraform github.com/cloudposse-terraform-components/aws-datadog-credentials to v1.535.12 @[renovate[bot]](https://github.com/apps/renovate) (#93) This PR contains the following updates:
Package Type Update Change
github.com/cloudposse-terraform-components/aws-datadog-credentials module patch v1.535.11 -> v1.535.12

Release Notes

cloudposse-terraform-components/aws-datadog-credentials (github.com/cloudposse-terraform-components/aws-datadog-credentials)

v1.535.12

Compare Source

🤖 Automatic Updates

Update README.md and docs @​[cloudposse-releaser[bot]](https://redirect.github.com/apps/cloudposse-releaser) (#​59)

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

chore(deps): update terraform github.com/cloudposse-terraform-components/aws-account-map to v1.536.1 @​[renovate[bot]](https://redirect.github.com/apps/renovate) (#​58) This PR contains the following updates:
Package Type Update Change
github.com/cloudposse-terraform-components/aws-account-map module patch v1.536.0 -> v1.536.1

Release Notes
cloudposse-terraform-components/aws-account-map (github.com/cloudposse-terraform-components/aws-account-map)
v1.536.1

Compare Source

Add account_map_defaults variable with default null @​&#​8203;goruha (#&#​8203;51)
what
  • Add account_map_defaults variable with default null
why
  • Migrate to account-map deprication
Summary by CodeRabbit
  • New Features
    • Added new configuration options to customize account mapping behavior, enabling default values for empty data sources and the ability to bypass remote state lookups.

✏️ Tip: You can customize this high-level summary in your review settings.

🤖 Automatic Updates
chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.44.0 @​&#​8203;[renovate[bot]](https://redirect.github.com/apps/renovate) (#&#​8203;50) This PR contains the following updates:
Package Type Update Change
terraform-linters/tflint-ruleset-aws plugin minor 0.43.0 -> 0.44.0

Release Notes
terraform-linters/tflint-ruleset-aws (terraform-linters/tflint-ruleset-aws)
v0.44.0

Compare Source

What's Changed

Support for Cosign signatures has been removed from this release. The checksums.txt.keyless.sig and checksums.txt.pem will not be included in the release.
These files are not used in normal use cases, so in most cases this will not affect you, but if you are affected, you can use Artifact Attestations instead.

Breaking Changes
  • Bump github.com/terraform-linters/tflint-plugin-sdk from 0.22.0 to 0.23.1 by @​​​dependabot[bot] in #​966
    • Requires TFLint v0.46+
Enhancements
Chores
New Contributors

Full Changelog: terraform-linters/tflint-ruleset-aws@v0.43.0...v0.44.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • <!-- ...
Read more

v1.537.2

14 Nov 16:16
2df14c1

Choose a tag to compare

feat: add KMS encryption support for CloudTrail logs @johncblandii (#89) ## what

Add 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.tf file 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 docs

why

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

v1.537.1

23 Oct 20:54
f4d6fd3

Choose a tag to compare

Added tests @goruha (#84) ## what * Added tests * Resolve cycled dependency between cloud trail and cloud trail bucket logs

Why

  • Ensure that the component works stably
  • Solve #70

Summary by CodeRabbit

Release Notes

  • New Features

    • S3 object lock configuration is now conditionally applied based on configuration settings—disabled when lock days are set to zero.
  • Tests

    • Added comprehensive test suite for component validation with multiple test scenarios.
    • Established test fixtures and configuration infrastructure for integration testing.
  • Chores

    • Updated test infrastructure and build configuration.
    • Enhanced git ignore rules for test artifacts and temporary files.

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#87) ## 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

v1.537.0

17 Oct 17:05
d8a88e8

Choose a tag to compare

Fix cloudtrail s3 bucket name @goruha (#82) ## what * Use own the CloudTrail's S3 bucket name null/label module * Added `query_override` variable

why

  • Have a single source of truth S3 bucket name module. We can not rely on the S3 bucket output, as there is a dependency loop that has to be solved.
  • Allow to specify a custom query

references

Summary by CodeRabbit

  • New Features

    • Optional query override to customize the Datadog archive query; additional query tags now configurable.
  • Chores

    • Introduced a dedicated label/context for CloudTrail resources and updated bucket, policy, and archive references to use it for consistent naming and policies.
    • Archive query selection now uses a local default-or-override mechanism.

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#83) ## 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

v1.536.8

14 Oct 18:23
9767707

Choose a tag to compare

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#81) ## 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

chore(deps): update terraform github.com/cloudposse-terraform-components/aws-datadog-credentials to v1.535.11 @[renovate[bot]](https://github.com/apps/renovate) (#80) This PR contains the following updates:
Package Type Update Change
github.com/cloudposse-terraform-components/aws-datadog-credentials module patch v1.535.10 -> v1.535.11

Release Notes

cloudposse-terraform-components/aws-datadog-credentials (github.com/cloudposse-terraform-components/aws-datadog-credentials)

v1.535.11

Compare Source

🤖 Automatic Updates

Update README.md and docs @​[cloudposse-releaser[bot]](https://redirect.github.com/apps/cloudposse-releaser) (#​56)

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

chore(deps): update terraform github.com/cloudposse-terraform-components/aws-account-map to v1.536.0 @​[renovate[bot]](https://redirect.github.com/apps/renovate) (#​55) This PR contains the following updates:
Package Type Update Change
github.com/cloudposse-terraform-components/aws-account-map module minor v1.535.5 -> v1.536.0

Release Notes
cloudposse-terraform-components/aws-account-map (github.com/cloudposse-terraform-components/aws-account-map)
v1.536.0

Compare Source

Update AWS provider version constraint @​&#​8203;Benbentwo (#&#​8203;48) This pull request updates the version constraints for the AWS provider in Terraform configuration files. The changes remove the upper version limit, allowing the use of newer AWS provider versions.

Terraform provider version constraints:

  • src/modules/team-assume-role-policy/versions.tf: Changed the AWS provider version constraint from >= 4.9.0, < 6.0.0 to >= 4.9.0, removing the upper limit.
  • src/versions.tf: Updated the AWS provider version constraint in the same way, allowing versions greater than or equal to 4.9.0 without an upper bound.
Summary by CodeRabbit
  • Chores
    • Expanded compatibility with newer AWS provider releases by removing the upper version bound in Terraform provider constraints across modules.
    • Maintains the existing minimum version requirement; no functional changes are expected for current users.
    • Eases upgrades and reduces version pinning conflicts, allowing adoption of future provider versions without immediate module updates.
    • Users upgrading to newer provider versions should review upstream provider release notes for any breaking changes before applying.
🤖 Automatic Updates
Update README.md and docs @​&#​8203;[cloudposse-releaser[bot]](https://redirect.github.com/apps/cloudposse-releaser) (#&#​8203;49)
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

Update README.md and docs @​&#​8203;[cloudposse-releaser[bot]](https://redirect.github.com/apps/cloudposse-releaser) (#&#​8203;47)
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

chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.43.0 @​&#​8203;[renovate[bot]](https://redirect.github.com/apps/renovate) (#&#​8203;46) Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

Package Type Update Change
terraform-linters/tflint-ruleset-aws plugin minor 0.42.0 -> 0.43.0

Release Notes
terraform-linters/tflint-ruleset-aws (terraform-linters/tflint-ruleset-aws)
v0.43.0

Compare Source

What's Changed
Breaking Changes
Enhancements
Chores
Read more

v1.536.7

14 Oct 16:13
9bbdc31

Choose a tag to compare

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#79) ## 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

chore(deps): update terraform github.com/cloudposse-terraform-components/aws-account-map to v1.536.0 @[renovate[bot]](https://github.com/apps/renovate) (#78) This PR contains the following updates:
Package Type Update Change
github.com/cloudposse-terraform-components/aws-account-map module minor v1.535.5 -> v1.536.0

Release Notes

cloudposse-terraform-components/aws-account-map (github.com/cloudposse-terraform-components/aws-account-map)

v1.536.0

Compare Source

Update AWS provider version constraint @​Benbentwo (#​48) This pull request updates the version constraints for the AWS provider in Terraform configuration files. The changes remove the upper version limit, allowing the use of newer AWS provider versions.

Terraform provider version constraints:

  • src/modules/team-assume-role-policy/versions.tf: Changed the AWS provider version constraint from >= 4.9.0, < 6.0.0 to >= 4.9.0, removing the upper limit.
  • src/versions.tf: Updated the AWS provider version constraint in the same way, allowing versions greater than or equal to 4.9.0 without an upper bound.
Summary by CodeRabbit
  • Chores
    • Expanded compatibility with newer AWS provider releases by removing the upper version bound in Terraform provider constraints across modules.
    • Maintains the existing minimum version requirement; no functional changes are expected for current users.
    • Eases upgrades and reduces version pinning conflicts, allowing adoption of future provider versions without immediate module updates.
    • Users upgrading to newer provider versions should review upstream provider release notes for any breaking changes before applying.
🤖 Automatic Updates
Update README.md and docs @​[cloudposse-releaser[bot]](https://redirect.github.com/apps/cloudposse-releaser) (#​49)
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

Update README.md and docs @​[cloudposse-releaser[bot]](https://redirect.github.com/apps/cloudposse-releaser) (#​47)
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

chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.43.0 @​[renovate[bot]](https://redirect.github.com/apps/renovate) (#​46) Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

Package Type Update Change
terraform-linters/tflint-ruleset-aws plugin minor 0.42.0 -> 0.43.0

Release Notes
terraform-linters/tflint-ruleset-aws (terraform-linters/tflint-ruleset-aws)
v0.43.0

Compare Source

What's Changed
Breaking Changes
Enhancements
Chores

Full Changelog: terraform-linters/tflint-ruleset-aws@v0.42.0...v0.43.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no s...

Read more

v1.536.6

01 Oct 20:56
6ff699f

Choose a tag to compare

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#77) ## 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

chore(deps): update terraform github.com/cloudposse-terraform-components/aws-datadog-credentials to v1.535.10 @[renovate[bot]](https://github.com/apps/renovate) (#76) > [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07.

This PR contains the following updates:

Package Type Update Change
github.com/cloudposse-terraform-components/aws-datadog-credentials module patch v1.535.9 -> v1.535.10

Release Notes

cloudposse-terraform-components/aws-datadog-credentials (github.com/cloudposse-terraform-components/aws-datadog-credentials)

v1.535.10

Compare Source

🤖 Automatic Updates

Update README.md and docs @​[cloudposse-releaser[bot]](https://redirect.github.com/apps/cloudposse-releaser) (#​54)

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

v1.536.5

01 Oct 12:00
52d51cd

Choose a tag to compare

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#75) ## 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

chore(deps): update terraform github.com/cloudposse-terraform-components/aws-datadog-credentials to v1.535.9 @[renovate[bot]](https://github.com/apps/renovate) (#74) > [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07.

This PR contains the following updates:

Package Type Update Change
github.com/cloudposse-terraform-components/aws-datadog-credentials module patch v1.535.8 -> v1.535.9

Release Notes

cloudposse-terraform-components/aws-datadog-credentials (github.com/cloudposse-terraform-components/aws-datadog-credentials)

v1.535.9

Compare Source

🤖 Automatic Updates

Update README.md and docs @​[cloudposse-releaser[bot]](https://redirect.github.com/apps/cloudposse-releaser) (#​53)

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

v1.536.4

01 Oct 11:51
ef18f82

Choose a tag to compare

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#73) ## 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

v1.536.3

01 Oct 08:10
479c401

Choose a tag to compare

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#72) ## 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