Files
but3-iac/terraform/modules/iam/outputs.tf
2025-12-04 12:03:52 +01:00

8 lines
204 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
sensitive = true
}