Skip to content

Commit

Permalink
Marked secret output as sensitive (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
matty87a committed Mar 4, 2022
1 parent 8f75991 commit 9fb44fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
output "secret" {
description = "Generated secret"
value = var.create_secret ? random_password.random_string[0].result : ""
sensitive = true
}

output "secret_arn" {
Expand Down

0 comments on commit 9fb44fb

Please sign in to comment.