This commit is contained in:
2025-12-04 09:44:15 +01:00
parent 877f1bc257
commit a01b707b43

View File

@@ -10,5 +10,5 @@ output "service_account_email" {
output "service_account_key" {
description = "Service account key."
sensitive = true
value = google_service_account.mykey.key
value = google_service_account.service_account.mykey.private_key
}