This commit is contained in:
2025-12-04 10:53:07 +01:00
parent d81fa02193
commit 9a79667960
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ resource "google_project_iam_binding" "project_iam" {
role = "project_iam"
members = [
"serviceAccount: ${google_service_account.custom_service_account.email} "
"serviceAccount: ${google_service_account.my_account.email} "
]
}

View File

@@ -9,5 +9,5 @@ output "service_account_email"{
output "service_account_key" {
value = google_service_account_key.private_key
value = google_service_account_key.key.private_key
}