mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-11 12:38:42 -05:00
![Moritz Sanft](/assets/img/avatar_default.png)
* AB#2577 Add GCP TF Config & Documentation [no ci] wip AB#2577 Add GCP TF config & Docs * Download lockfile * Remove IAM input variables from output
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
|
|
}
|