diff --git a/README.md b/README.md index 76f3eb0..bc459c9 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ module "user" { | Name | Description | Sensitive | | --------------- | ---------------------------------------- | --------- | -| `all` | Map of names and arns of created secrets | no | +| `all` | Map of names and arns of created secrets | yes | | `kms_key_arn` | The master key ARN | no | | `kms_alias_arn` | The master key alias ARN | no | diff --git a/outputs.tf b/outputs.tf index 4f9e8cf..ec8704b 100644 --- a/outputs.tf +++ b/outputs.tf @@ -6,6 +6,8 @@ output "all" { arn = aws_secretsmanager_secret.app[name].id } ] + + sensitive = true } output "kms_key_arn" {