This commit is contained in:
2025-12-04 09:48:31 +01:00
parent a01b707b43
commit 6823a0d5e6
2 changed files with 2 additions and 2 deletions

View File

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