From dd7cf6ca50b4cf238ae367733beb5ca1bc1ee0f9 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 24 Jul 2022 02:34:51 +0300 Subject: [PATCH] fix: kms_key_alias output (#97) --- outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.tf b/outputs.tf index 5d3b613..bd4bb8d 100644 --- a/outputs.tf +++ b/outputs.tf @@ -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" {