Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 17, 2023
1 parent c277b6a commit 8e8e9b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# }
#
locals {
__prefixes = merge(local._prefixes, var.override_prefixes)
kms_key_arn = var.kms_key_arn == null ? try(aws_kms_key.key[0].arn, "") : var.kms_key_arn
kms_key_name = format("%s%s", local.__prefixes["kms"], local.name)

Expand Down

0 comments on commit 8e8e9b8

Please sign in to comment.