forked from pierront/but3-iac
tp
This commit is contained in:
10
terraform/modules/iam/outputs.tf
Normal file
10
terraform/modules/iam/outputs.tf
Normal file
@@ -0,0 +1,10 @@
|
||||
output "email" {
|
||||
description = "Service account email."
|
||||
value = google_service_account.service_account.email
|
||||
}
|
||||
|
||||
output "key" {
|
||||
description = "Service account private key."
|
||||
sensitive = true
|
||||
value = google_service_account_key.mykey.private_key
|
||||
}
|
||||
Reference in New Issue
Block a user