From 8c36014c97fb22e666e44d06f664b80a8486de02 Mon Sep 17 00:00:00 2001 From: "bridgecrew[bot]" <60663194+bridgecrew[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 08:56:58 +0000 Subject: [PATCH] Bridgecrew has found BC_AWS_GENERAL_85 --- cloudwatch.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudwatch.tf b/cloudwatch.tf index 1ab715b..092d74e 100644 --- a/cloudwatch.tf +++ b/cloudwatch.tf @@ -5,6 +5,7 @@ resource "aws_cloudwatch_log_group" "example1" { Environment = "production" Application = "serviceA" } + kms_key_id = "cwKey" } resource "aws_cloudwatch_log_group" "example2" {