Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion terraform/cloudwatch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading