Add ability to define extra deps for local modules#317
Add ability to define extra deps for local modules#317erpel wants to merge 2 commits intotranscend-io:masterfrom
Conversation
|
I'm not really clear on the difference in behavior between this and the existing |
|
Also ignore the CI test error, sorry, #311 will fix it. This PR will need to be rebased once that is merged in. |
|
Thanks for taking the time to look at this.
This is basically meant as a convenience thing. Right now, if the module is used in 7 locations in my repo, I'd need to duplicate the I've been testing it locally with the env vars patch from #311 applied, was unsure if I should duplicate it in here to show tests are green. Thanks for clarifying the preferred strategy. Will take care of a rebase if interest in this feature is expressed. |
|
@Almenon The pipeline is green currently. Would you consider this again? |
Pull Request
Related Github Issues
Description
I'm looking to add the ability to also trigger a run based on non-terragrunt files in local modules referenced via
sourcein theterraformblock interragrunt.hcl.Especially the filename is up for discussion. It seems obvious to name it terragrunt.hcl, but I'm not sure if I got an overview of all possible implications of adding such a file local modules that should not be applied directly.
Looking for feedback, it seems to be working for us in a small experimental run.
Security Implications
System Availability