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.