I am using Google Cloud and I have created a compute instance for which I am trying to add a tag. Unfortunately, even though I am the project Owner, I can't seem to add a tag because I am "missing" this permission.
Although, if I check the roles that have this permission, I get the following:
I have added myself as Editor and Tag User, but still get the same permission error.
Any ideas what I might be doing wrong?
Based on the error message, you need to have a permission resourcemanager.tagValueBindings.create
Please note that you must have an organization resource to use tags. For more information about acquiring an organization resource, see Creating and managing organizations. You may refer to this link for more information about creating and managing tags.
Then you can add the "Tag User" role at organization level.