I have a project on Google Cloud where in I have a few vm instances created.
I need to give someone access to only one of the instances
For now I have given them access to all the instances by adding them through IAM as
- Compute Engine Instance Admin
- Adding her as a default compute engine service account actor
But how do I change this to give them access to only one of the instances please ?
Thanks