From be7d26cda1e3578c28defa6b85fe6258ba21acb9 Mon Sep 17 00:00:00 2001 From: "bridgecrew[bot]" <60663194+bridgecrew[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 08:04:05 +0000 Subject: [PATCH] Bridgecrew has found BC_AWS_LOGGING_13 --- cloudwatch.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudwatch.tf b/cloudwatch.tf index 1ab715b..1ebf142 100644 --- a/cloudwatch.tf +++ b/cloudwatch.tf @@ -5,6 +5,7 @@ resource "aws_cloudwatch_log_group" "example1" { Environment = "production" Application = "serviceA" } + retention_in_days = 90 } resource "aws_cloudwatch_log_group" "example2" {