-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Deprecating
terragrunt.hcl
as root (#3588)
* feat: Deprecating `terragrunt.hcl` as root * fix: Passing in Logger to catalog * fix: Updating all references to `find_in_parent_config()` to `find_in_parent_config("root")` * fix: Addressing markdownlint errors * fix: Addressing deprecated CircleCI configs. See this: https://circleci.com/docs/configuration-reference/#using-when-in-workflows * fix: Adjusting usage of `find_in_parent_folders("terragrunt.hcl")` to `find_in_parent_folders("root.hcl")` * Revert "fix: Addressing deprecated CircleCI configs." This reverts commit c0ecfb9. * fix: Renaming more root `terragrunt.hcl` files * fix: Test fixes * fix: Addressing some hidden dependencies on root `terragrunt.hcl` * fix: Addressing more hidden root `terragrunt.hcl` usage * fix: Using non-deprecated resource instead of data * fix: Using non-deprecated run-all instead of apply-all * fix: Fixing more tests * fix: Setting root as `root.hcl` in AWS and GCP tests * fix: Removing unneeded config * fix: Adjusting which tests use `root.hcl` and which use `terragrunt.hcl` * fix: Hopefully last config adjustment * fix: Another unit test fix * fix: Adding debounce to strict controls * wip: Working on getting scaffold to allow for non-terragrunt.hcl roots * fix: Explicitly ignoring triggered status during tests * fix: Fixing more tests * fix: Fixing `TestDefaultTemplateVariables` * fix: Fixing more tests * fix: Remove strict mode integration tests from parallel * fix: Fixing manually setting the variable for scaffold * feat: More documentation and testing * fix: Made an adjustment I'm not sure about * feat: Trying things out the way Levko recommended * fix: More like Levko recommended * feat: Adding more docs for the deprecation * fix: Using `errors` instead of `fmt` * fix: Moving shared logic to `cli/commands` * fix: Reduce, Reuse, Recycle * fix: Fixing reference left for `config.RecommendedParentConfigName` * fix: It's easier to add it than to argue
- Loading branch information
Showing
259 changed files
with
1,011 additions
and
414 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.