Aled Davies

Results 1 comments of Aled Davies

Just to add as a workaround using terraform I have been using the following after creating a project. ```hcl data "google_iam_policy" "editor" { binding { members = [ "serviceAccount:${google_project.project.number}@cloudservices.gserviceaccount.com", #...