Testing terraspace I found that config directory seems to has layer properties. I can put config directory and its configuration tree inside stacks and all configurations inside stacks
app/stacks/stackname/config/
have precedence over configuration under
config/
This is great as it allow to customize many configurations at stack level (providers, locals, backend, …).
I can’t find this configuration layering in the documentation. It is by design ? I lost some piece of documentation ?