forked from pierront/but3-iac
7 lines
184 B
HCL
7 lines
184 B
HCL
output "service_account_email" {
|
|
value = google_service_account.service_account.email
|
|
}
|
|
|
|
output "service_account_key" {
|
|
value = google_service_account_key.mykey.private_key
|
|
} |