From 554f77d1be342c1ad9a4b4b0616b50046b3d36f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:18:36 +0000 Subject: [PATCH] build(deps): bump terraform-aws-modules/cloudwatch/aws in /terraform Bumps [terraform-aws-modules/cloudwatch/aws](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch) from 5.5.0 to 5.6.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](https://github.com/terraform-aws-modules/terraform-aws-cloudwatch/compare/v5.5.0...v5.6.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] --- terraform/cloudwatch.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/cloudwatch.tf b/terraform/cloudwatch.tf index 358f0a3..e6819e7 100644 --- a/terraform/cloudwatch.tf +++ b/terraform/cloudwatch.tf @@ -2,7 +2,7 @@ ## Cloudwatch Logs for AWS SSM Run Command output module "log_group_from_ssm" { source = "terraform-aws-modules/cloudwatch/aws//modules/log-group" - version = "5.5.0" + version = "5.6.0" name = "/aws/ssm/${lower(local.global_name)}" retention_in_days = var.log_group_from_ssm_retention