mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-14 14:01:57 -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
|
||
|
}
|