Open
Description
I am trying to get a proof of concept repo working with Digger and the new Terragrunt Stacks RFC.
So far I have run into two main issues:
- In order to generate projects, I think I need Digger to invoke
terragrunt stack generate
before it traverses the tree. So far I have had to use manual mode, as I haven't found another way to have the runner callstack generate
before Digger begins to parse. Would it be possible to add configuration options to execute arbitrary scripts before project generation? - Digger seems to want to invoke
terragrunt show
on the generated plans, but for this to work, I need to be able to inject the--experiment stacks stack run
prefix to the invocation. Is it possible to add extra args that will be used for ALL invocations of Terragrunt, even those not explicitly referenced in the workflow plan config?
Metadata
Metadata
Assignees
Labels
No labels