This commit is contained in:
2025-12-04 10:56:39 +01:00
parent b4314e195e
commit af8b55b4f8

View File

@@ -20,8 +20,7 @@ resource "google_service_account_key" "key" {
resource "google_project_iam_binding" "project_iam" {
project = var.project_id
role = "project_iam"
role = "roles/viewer"
members = [
"serviceAccount: ${google_service_account.my_account.email} "
]