output "service_account_email"{ description = "Service account email" value = google.service.account.myaccount.email } output "service_account_key"{ description = "Service key" sensitive = true value = google.service.account.mykey.private_key }