Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request dasmeta#267 from dasmeta/DMVP-1594-secret-reader
Browse files Browse the repository at this point in the history
fix(DMVP-1594): Bug fix in secret reader module.
  • Loading branch information
viktoryathegreat authored Nov 17, 2022
2 parents d41836e + ca8b3c4 commit 2d03ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/secret-reader/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ output "secrets" {
}

output "secret_value" {
value = local.secrets[var.secret_key]
value = try(local.secrets[var.secret_key], null)
}

0 comments on commit 2d03ea9

Please sign in to comment.