Is it possible to override default Terragrunt values on configuration blocks?
For example `mock_outputs_merge_strategy_with_state` has a default value `no_merge` and I need to define it for each of my dependencies. Is it possible to change default value to `shallow` either through command line or `terragrunt.hcl` configuration file, so all instances of `dependency` block uses that strategy? --- <ins datetime="2023-02-08T18:21:43Z"> <p><a href="https://support.gruntwork.io/hc/requests/109883">Tracked in ticket #109883</a></p> </ins>
Hi @enarmontas, we do have a `dependencies` aggregator block for combining multiple `dependency` blocks, but it only supports `paths`. Unfortunately, that means currently we do not support higher level abstraction that you are looking for. Please feel free to add an enhancement request on terragrunt repo - it does seem like a useful feature to me. Thanks!