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 8f75991 commit 9fb44fbCopy full SHA for 9fb44fb
outputs.tf
@@ -1,6 +1,7 @@
1
output "secret" {
2
description = "Generated secret"
3
value = var.create_secret ? random_password.random_string[0].result : ""
4
+ sensitive = true
5
}
6
7
output "secret_arn" {
0 commit comments