Assign an entity alias to an internal group

When creating a vault group in terraform, you can pass a list of entity IDs

I have used this approach and works as expected.

The problem is that unless I am wrong, the entity will inherit the permissions assigned to the group in its entirety. If I want just a specific alias of the entity to get those permissions, can I pass the alias ID of the entity to this field?

Vault groups contain Vault entities, and other groups.

If you want different entity-aliases to have different permissions, this is a sign that, in the Vault model at least, they should be, and need to be, different entities.

1 Like

I think however that in this official example, the author is assigning different permissions on the different aliases of the same enity

That’s a long document. Perhaps you can provide a more specific reference to the operations that you want to highlight?