Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jemnery committed Oct 23, 2024
1 parent 68e23be commit 1539b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/performance-hub/module/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ resource "aws_appautoscaling_policy" "scaling_policy_down" {
]
}

# Set up CloudWatch group and log stream and retain logs for 30 days
# Set up CloudWatch group and log stream and retention
resource "aws_cloudwatch_log_group" "cloudwatch_group" {
#checkov:skip=CKV_AWS_158:Temporarily skip KMS encryption check while logging solution is being updated
name = "${var.app_name}-ecs"
Expand Down

0 comments on commit 1539b9f

Please sign in to comment.