Skip to content

Commit

Permalink
Add KMS-CMK and KMS policy
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinpashok committed Feb 21, 2024
1 parent c9d3b5d commit 5dcaff1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/logging_configuration/local.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# tflint-ignore: terraform_unused_declarations
locals {

cloudwatch_log_group_name = var.enable_logging ? (var.override_cloudwatch_log_group_name != "" ? var.override_cloudwatch_log_group_name : aws_cloudwatch_log_group.cloudwatch_log_group[0].arn) : ""


account_id = data.aws_caller_identity.current.account_id

aws_region = data.aws_region.current.name
}

0 comments on commit 5dcaff1

Please sign in to comment.