mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-11 00:44:20 -05:00
5 lines
112 B
HCL
5 lines
112 B
HCL
output "sa_key" {
|
|
value = google_service_account_key.service_account_key.private_key
|
|
sensitive = true
|
|
}
|