Skip to content

Commit

Permalink
feat: Grants output marked as sensitive data (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlvarezSonos authored Jun 12, 2024
1 parent 8478d2d commit 965a52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
}
2 changes: 1 addition & 1 deletion wrappers/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "wrapper" {
description = "Map of outputs of a wrapper."
value = module.wrapper
# sensitive = false # No sensitive module output found
sensitive = true # At least one sensitive module output (grants) found (requires Terraform 0.14+)
}

0 comments on commit 965a52d

Please sign in to comment.