Hi Guys,
Recently I have started exploring Terragrunt for our projects. One of the issue I have is, I am repeating myself in defining provider and backend for each module in live project. Dont want to keep it in the modules because it can be used by others for different providers and backends.
Please share is there any better way to manage this with terragrunt. I was thinking about writing a wrapper script to achieve this but if there is a solution already I am looking to reuse.
Thanks