Skip to content

Commit

Permalink
Bump terraform-aws-modules/cloudwatch/aws
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/cloudwatch/aws](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch) from 5.6.0 to 5.6.1.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-cloudwatch@v5.6.0...v5.6.1)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/cloudwatch/aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent f9af9df commit 53b2175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "transfer_structured_logs" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/cloudwatch/aws//modules/log-group"
version = "5.6.0"
version = "5.6.1"

name = "/aws/transfer-structured-logs"
kms_key_id = module.transfer_logs_kms.key_arn
Expand Down

0 comments on commit 53b2175

Please sign in to comment.