forked from pierront/but3-iac
10 lines
265 B
HCL
10 lines
265 B
HCL
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
|
|
} |