This commit is contained in:
2025-12-04 11:10:02 +01:00
parent 7c133cf6e3
commit 479f6bbafb

View File

@@ -24,6 +24,7 @@ resource "google_project_iam_binding" "project_iam" {
members = [
"serviceAccount: ${google_service_account.my_account.email} ",
]
depends_on = [ google_service_account.my_account ]
}