Skip to content

Commit b6f3452

Browse files
authored
fix: Key should be the actual value of the generated json content (#26)
1 parent 1a468ce commit b6f3452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ output "iam_email" {
3131

3232
output "key" {
3333
description = "Service account key (for single use)."
34-
value = data.template_file.keys[var.names[0]]
34+
value = data.template_file.keys[var.names[0]].rendered
3535
}
3636

3737
output "service_accounts" {

0 commit comments

Comments
 (0)