Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 29, 2022
1 parent 987a944 commit 87b1950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kms.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
kms_name = var.kmskey_name != null ? var.kms_key_name : local.name
kms_name = var.kms_key_name != null ? var.kms_key_name : local.name
kms_key_name = format("%s%s", local._prefixes["kms"], local.kms_name)

kms_admin_root = format("arn:%v:iam::%v:root", data.aws_arn.current.partition, local.account_id)
Expand Down

0 comments on commit 87b1950

Please sign in to comment.