From bdf47598bb8ddf834b38297dd047f893d838b573 Mon Sep 17 00:00:00 2001 From: JoseAlvarezSonos Date: Tue, 11 Jun 2024 17:31:06 +0200 Subject: [PATCH] Grants expose sensitive data, therefore should be marked as sensitive --- outputs.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/outputs.tf b/outputs.tf index 5f48c55..d002a3c 100644 --- a/outputs.tf +++ b/outputs.tf @@ -48,4 +48,5 @@ output "aliases" { output "grants" { description = "A map of grants created and their attributes" value = aws_kms_grant.this + sensitive = true }