This commit is contained in:
2025-12-04 10:13:59 +01:00
parent 02838a72b7
commit fac1a82821
3 changed files with 20 additions and 24 deletions

View File

@@ -1,9 +1,9 @@
output "service_account_email" {
value = google_service_account.terraform_sa.email
value = google_service_account.terraform_sa.email
}
output "service_account_key" {
value = google_service_account_key.terraform_sa_key.private_key
sensitive = true
value = google_service_account_key.terraform_sa_key.private_key
sensitive = true
}