This commit is contained in:
2025-12-04 11:41:53 +01:00
parent 6deea01994
commit ef62a01416

View File

@@ -0,0 +1,7 @@
output "service_account_email" {
value = google_service_account.service_account.email
}
output "service_account_key" {
value = google_service_account.mykey.private_key
}