forked from pierront/but3-iac
commit
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
output "service_account_email" {
|
||||
description = "Service account email."
|
||||
value = google_service_account.service_account.email
|
||||
value = google_service_account.terraform_sa.email
|
||||
}
|
||||
|
||||
output "service_account_key" {
|
||||
description = "Service account key."
|
||||
sensitive = true
|
||||
value = google_service_account_key.mykey.private_key
|
||||
value = google_service_account_key.terraform_sa_key.private_key
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user