feat!: update terragrunt type to use run command#235
Open
adhuber wants to merge 1 commit into
Open
Conversation
* feat!: update terragrunt commands to use run * docs: Update readme for terragrunt informaiton * ci: Update terragrunt integration test to test several version * ci: bump minimum terragrunt version in integration test * docs: clarify usage of terratag with explicit stacks in README --------- Co-authored-by: zf9zhq6_deere <huberadam@johndeere.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
Author
|
Before merging this in, please consider adding the terragrunt integration tests as required checks. |
adhuber
commented
Dec 15, 2025
| expectedTerratag, _ := doublestar.Glob(expectedPattern) | ||
|
|
||
| cachePattern := entryDir + "/out/**/.terragrunt-cache" | ||
| cachePattern := entryDir + "/out/**/unit*/.terragrunt-cache" |
Contributor
Author
There was a problem hiding this comment.
This change may not be needed anymore. There was a bug in terragrunt v.94.0^ that was fixed in v0.96.0;
Unnecessary .terragrunt-cache directory no longer generated in run --all runs
I am keeping this in for now, as one of the integration tests is testing terragrunt version 0.95.1. If we do not want to test between those two version numbers, we can remove this change.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix for #230
BREAKING CHANGE:
Other changes: