Skip to content

Commit

Permalink
fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 23, 2021
1 parent 85309a6 commit b71aa2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudtrail/cloudwatch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "aws_cloudwatch_log_group" "this" {
name = local.name

# kms_key_id = var.kms_key_id
# kms_key_id = var.kms_key_arn
kms_key_id = data.aws_kms_key.incoming_key.id
kms_key_id = var.kms_key_arn
# kms_key_id = data.aws_kms_key.incoming_key.id
retention_in_days = 7

tags = merge(
Expand Down

0 comments on commit b71aa2f

Please sign in to comment.