Files
but3-iac/terraform/modules/iam/outputs.tf
2025-12-04 11:47:32 +01:00

10 lines
221 B
HCL

output "service_account_email" {
value = google_service_account.terraform_sa.email
}
output "service_account_key" {
value = google_service_account_key.terraform_sa_key.private_key
sensitive = true
}