We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8478d2d commit 965a52dCopy full SHA for 965a52d
outputs.tf
@@ -48,4 +48,5 @@ output "aliases" {
48
output "grants" {
49
description = "A map of grants created and their attributes"
50
value = aws_kms_grant.this
51
+ sensitive = true
52
}
wrappers/outputs.tf
@@ -1,5 +1,5 @@
1
output "wrapper" {
2
description = "Map of outputs of a wrapper."
3
value = module.wrapper
4
- # sensitive = false # No sensitive module output found
+ sensitive = true # At least one sensitive module output (grants) found (requires Terraform 0.14+)
5
0 commit comments