forked from pierront/but3-iac
mja
This commit is contained in:
@@ -13,7 +13,7 @@ resource "google_project_iam_binding" "project" {
|
||||
role = "roles/viewer"
|
||||
|
||||
members = [
|
||||
"serviceAccount:${google_service_account.service_account.email} ",
|
||||
"serviceAccount:${google_service_account.service_account.email}",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user