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.7.0.
- [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.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent 189908d commit 11f05ac
Showing 1 changed file with 3 additions and 3 deletions.
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.7.0"

name = "/aws/transfer-structured-logs"
kms_key_id = module.transfer_logs_kms.key_arn
Expand All @@ -13,7 +13,7 @@ module "connected_vpc_route53_resolver_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.7.0"

name = "/aws/route53-resolver/connected-vpc"
retention_in_days = 400
Expand All @@ -23,7 +23,7 @@ module "datasync_task_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.7.0"

name = "/aws/datasync/tasks"
retention_in_days = 400
Expand Down

0 comments on commit 11f05ac

Please sign in to comment.