does anyone know how to attach policy to role in terraform in GCP? On AWS I could make multiple policies in terraform, then bind them to a role - that way when I added/removed policies the roles stayed without deletion - I don't see anything like it on GCP provider for terraform.
Also the GCP one seems a bit skinny -
Can I even declare new IAM member in terraform ? the only reference I see is some side note reference to google_project_iam_member
without any docs or explanation
`