Skip to content

Commit

Permalink
Merge pull request #16 from neuroscr/patch-1
Browse files Browse the repository at this point in the history
Added sensitive to secret_version
  • Loading branch information
sblack4 committed Aug 16, 2022
2 parents bf34a6f + aeaa36b commit 9be1982
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
Expand Up @@ -17,4 +17,5 @@ output "secret" {
output "secret_version" {
description = "AWS SecretManager Secret Version resource"
value = aws_secretsmanager_secret_version.secret
sensitive = true
}

0 comments on commit 9be1982

Please sign in to comment.