I kinda get it? Maybe I'm not presenting this correctly or largely enough. I need to deploy multiple configuration files (dozens) across multiple environments. Configurations would likely not share many values. For example:
AppA
|_ConfigA - 7 different option/variable pairs
|_ConfigB - 4 different option/variable pairs
|_ConfigC - 12 different option/variable pairs
AppB
|_ConfigD - 2 different option/variable pairs
|_ConfigE - 17 different option/variable pairs
|_ConfigF - 24 different option/variable pairs
The list goes on and on. Also, some environments might have one option/variable pair where others have multiples (dev lab moving on up through production).
Can anyone point me to an example of this? The documentation doesn't seem to be helping me see this on a grander scale (or maybe I'm missing something).