This commit is contained in:
2025-12-04 11:42:29 +01:00
parent ef62a01416
commit 54688e8824

View File

@@ -3,5 +3,5 @@ output "service_account_email" {
}
output "service_account_key" {
value = google_service_account.mykey.private_key
value = google_service_account_key.mykey.private_key
}