We are running into merge conflicts when multiple teams are adding to features that touch the same files.
An example, two teams working on different modules might need to both scaffold permissions in the same user groups, but deploy at different times.
It would be really helpful if when defining a CDF TK Module, we could have different configurations defined for the same resource, but spread across different modules so that if one team needed to add dataset permissions to a common persona, they could do so within the module and that module would not interfere or conflict with another module adding to the same common persona.
Similar to how in CSS if you have a base style, and apply styles overtop, they are added / overwritten.