Skip to content

Commit

Permalink
fix: declare "key" output as sensitive value (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
llavaud committed Jun 30, 2021
1 parent 975d599 commit 31304f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ output "iam_email" {

output "key" {
description = "Service account key (for single use)."
sensitive = true
value = var.generate_keys ? base64decode(google_service_account_key.keys[var.names[0]].private_key) : ""
}

Expand Down

0 comments on commit 31304f2

Please sign in to comment.