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.
2 parents 958c6db + 5f4b172 commit 85face3Copy full SHA for 85face3
README.md
@@ -229,7 +229,7 @@ module "user" {
229
230
| Name | Description | Sensitive |
231
| --------------- | ---------------------------------------- | --------- |
232
-| `all` | Map of names and arns of created secrets | no |
+| `all` | Map of names and arns of created secrets | yes |
233
| `kms_key_arn` | The master key ARN | no |
234
| `kms_alias_arn` | The master key alias ARN | no |
235
outputs.tf
@@ -6,6 +6,8 @@ output "all" {
6
arn = aws_secretsmanager_secret.app[name].id
7
}
8
]
9
+
10
+ sensitive = true
11
12
13
output "kms_key_arn" {
0 commit comments