-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the enhancement
terragrunt find
should include the following flags:
--queue-include-dir
- This is the same functionality as what is present in the
terragrunt run
command - https://terragrunt.gruntwork.io/docs/reference/cli/commands/run/#queue-include-dir
- This is the same functionality as what is present in the
--queue-exclude-dir
- This is the same functionality as what is present in the
terragrunt run
command - https://terragrunt.gruntwork.io/docs/reference/cli/commands/run/#queue-exclude-dir
- This is the same functionality as what is present in the
Additional context
I'm updating my CI pipelines to remove the deprecated function terragrunt output-module-groups
with terragrunt find
. The flags were present in the original command, and I use them to filter for specific modules.
I'm only concerned about these 2 flags, but it might be easier to add all of the queue flags with NewQueueFlags. With that said I don't know the code well enough to discern if there would be side effects of this.
Things you might want to address include:
- Changes required.
- Implications of the feature.
- Alternatives considered.
- [s] Level of effort.
PoC (Proof of Concept)
Link to a Proof of Concept if you have one:
Including a PoC can help others understand the feature better and implement it faster.
RFC Not Needed
- I have evaluated the complexity of this enhancement, and I believe it does not require an RFC.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request