constellation/hack/terraform/gcp/iam/output.tf
Moritz Sanft b8d991f84c
AB#2577 Implement GCP IAM in terraform (#567)
* 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
2022-11-21 08:43:13 +01:00

5 lines
112 B
HCL

output "sa_key" {
value = google_service_account_key.service_account_key.private_key
sensitive = true
}