Skip to content

Commit

Permalink
fix: kms_key_alias output (nozaq#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0masL authored Jul 23, 2022
1 parent 9b4a1d1 commit dd7cf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ output "kms_key" {

output "kms_key_alias" {
description = "The alias of the KMS customer master key used to encrypt state bucket and dynamodb."
value = aws_kms_key.this
value = aws_kms_alias.this
}

output "state_bucket" {
Expand Down

0 comments on commit dd7cf6c

Please sign in to comment.