forked from pierront/but3-iac
partie 3
This commit is contained in:
@@ -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 ]
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user