mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
b8d991f84c
* 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
|
|
}
|