Skip to content

Commit

Permalink
Grants expose sensitive data, therefore should be marked as sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlvarezSonos committed Jun 11, 2024
1 parent 8478d2d commit bdf4759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ output "aliases" {
output "grants" {
description = "A map of grants created and their attributes"
value = aws_kms_grant.this
sensitive = true
}

0 comments on commit bdf4759

Please sign in to comment.