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