Skip to content

Commit 9fb44fb

Browse files
authored
Marked secret output as sensitive (#12)
1 parent 8f75991 commit 9fb44fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
output "secret" {
22
description = "Generated secret"
33
value = var.create_secret ? random_password.random_string[0].result : ""
4+
sensitive = true
45
}
56

67
output "secret_arn" {

0 commit comments

Comments
 (0)