constellation/terraform/infrastructure/iam/gcp/outputs.tf
2023-11-08 19:10:01 +01:00

5 lines
112 B
HCL

output "sa_key" {
value = google_service_account_key.service_account_key.private_key
sensitive = true
}