Skip to content

Commit 9be1982

Browse files
authored
Merge pull request #16 from neuroscr/patch-1
Added sensitive to secret_version
2 parents bf34a6f + aeaa36b commit 9be1982

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
@@ -17,4 +17,5 @@ output "secret" {
1717
output "secret_version" {
1818
description = "AWS SecretManager Secret Version resource"
1919
value = aws_secretsmanager_secret_version.secret
20+
sensitive = true
2021
}

0 commit comments

Comments
 (0)