Hey Developers! Is there any guide for adding pre-...
# general
f
Hey Developers! Is there any guide for adding pre-defined roles to GCP using Pulumi?
g
Are you trying to understand how to add the standard predefined roles to a service account, for example?
If that's the case, you're looking for the IAMBinding resource for various resources. Here's one of our examples to explain with a bit of code: https://github.com/pulumi/examples/blob/master/gcp-ts-gke-serviceaccount/index.ts#L15-L23
👀 1
✅ 1
f
Yes I am trying to understand how to add the standard predefined roles to a service account