Skip to content

Commit

Permalink
fix: add sensitive for output
Browse files Browse the repository at this point in the history
  • Loading branch information
glavk committed Sep 23, 2024
1 parent d223926 commit 55832a4
Showing 1 changed file with 1 addition and 1 deletion.
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 = true
sensitive = true
}

0 comments on commit 55832a4

Please sign in to comment.