mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-08 22:28:02 -05:00
5 lines
112 B
Terraform
5 lines
112 B
Terraform
|
output "sa_key" {
|
||
|
value = google_service_account_key.service_account_key.private_key
|
||
|
sensitive = true
|
||
|
}
|