Skip to content

Commit 8e49f21

Browse files
authored
Merge pull request #17 from devops-ia/dependabot/terraform/terraform/terraform-aws-modules/cloudwatch/aws-5.6.0
build(deps): bump terraform-aws-modules/cloudwatch/aws from 5.5.0 to 5.6.0 in /terraform
2 parents 068d969 + 554f77d commit 8e49f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/cloudwatch.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Cloudwatch Logs for AWS SSM Run Command output
33
module "log_group_from_ssm" {
44
source = "terraform-aws-modules/cloudwatch/aws//modules/log-group"
5-
version = "5.5.0"
5+
version = "5.6.0"
66

77
name = "/aws/ssm/${lower(local.global_name)}"
88
retention_in_days = var.log_group_from_ssm_retention

0 commit comments

Comments
 (0)