I am giving owner roles to gmail account but getti...
# general
f
I am giving owner roles to gmail account but getting an error. Any guide on this?
Copy code
IAM2 = gcp.projects.IAMBinding("IAM2",
    members=[members[1]],
    project="myid",
    role="roles/owner")
Hey, In GCP, owner role can be assigned to any email using GCP console. How it is can be done through pulumi? Am I doing it right as mentioned in above code?