Skip to content

Commit

Permalink
fix: Key should be the actual value of the generated json content (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-saxena authored Jul 21, 2020
1 parent 1a468ce commit b6f3452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ output "iam_email" {

output "key" {
description = "Service account key (for single use)."
value = data.template_file.keys[var.names[0]]
value = data.template_file.keys[var.names[0]].rendered
}

output "service_accounts" {
Expand Down

0 comments on commit b6f3452

Please sign in to comment.