#terragrunt (2022-01)
Terragrunt discussions
Archive: https://archive.sweetops.com/terragrunt/
2022-01-12
Hey there! I have a situation where terragrunt auto-init executes all the time, even if the module is already initialized and nothing changed since the last init. Are you experiencing the same kind of behavior? I found this issue that may be related and will add details to it asap. https://github.com/gruntwork-io/terragrunt/issues/1742 Thank you.
A customer reported that they were running into issues with plugin caching being ignored because terragrunt was rerunning init.
2022-01-19
Hello everyone , I am trying to achieve vpc cross region peering using terragrunt need some ideas/suggestion to use provider as alias in terragunt.hcl root
since the hcl file can’t use a provider alias, I’ve had to use one of two approaches:
• separate terragrunt modules which different provider output (no alias required!)
• making a “wrapper” terraform module which expects certain providers to exist (don’t pass as terragrunt inputs, but instead create the two providers with terragrunt) it’s messy either way