Skip to content

Commit 6012091

Browse files
committed
NRL-1188 Fix var name
1 parent 0434eb9 commit 6012091

File tree

1 file changed

+1
-1
lines changed
  • terraform/account-wide-infrastructure/modules/athena

1 file changed

+1
-1
lines changed

terraform/account-wide-infrastructure/modules/athena/kms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ resource "aws_kms_key" "athena" {
22
}
33

44
resource "aws_kms_alias" "athena" {
5-
name = "alias/${var.prefix}-athena"
5+
name = "alias/${var.name_prefix}-athena"
66
target_key_id = aws_kms_key.athena.key_id
77
}

0 commit comments

Comments
 (0)