We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d0df0 commit ac751a8Copy full SHA for ac751a8
terraform/cloudwatch.tf
@@ -2,7 +2,7 @@
2
## Cloudwatch Logs for AWS SSM Run Command output
3
module "log_group_from_ssm" {
4
source = "terraform-aws-modules/cloudwatch/aws//modules/log-group"
5
- version = "5.7.0"
+ version = "5.7.1"
6
7
name = "/aws/ssm/${lower(local.global_name)}"
8
retention_in_days = var.log_group_from_ssm_retention
terraform/terraform_config.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
- version = "~> 5.90.0"
+ version = "~> 5.93.0"
}
9
10
0 commit comments