Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
2 changes: 2 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ output "all" {
arn = aws_secretsmanager_secret.app[name].id
}
]

sensitive = true
}

output "kms_key_arn" {
Expand Down