Tags: erhudy/terragrunt
Tags
Handle the merge of error hooks (gruntwork-io#1982) Continuing from the Error Hooks add from gruntwork-io#1967 and gruntwork-io#1980.
add repo path functions (gruntwork-io#1954) * add repo path functions * update docs to clarify functions only work within git repositories * much more concise, c/o yorinasub17
gruntwork-io#1921 Version check before creating auto-init flag file (g… …runtwork-io#1924) * Added check for source code version before creating file for auto init * Test update * Integration test to verify auto init * Updated description * FMT update * Added test case for auto init when terragrunt source is changed * Updted test code
Updated flagModulesThatDontInclude to get canonical path of dependenc… …ies and decide if it should be flagged as excluded (gruntwork-io#1968)
gruntwork-io#1947 Additional formats for sops_decrypt_file (gruntwork… …-io#1956) * More sops formatting * Added test for plain files formatting * Added test for env, ini * Documentation update * Updated test file * Updated documentation * Updated function description
Implement feature to allow hidden files in local copy (gruntwork-io#1935 ) * Implement feature to allow hidden files in local copy * Fix tests * Fix nil pointer bugs * Fix build failure * Expand context of include_in_copy * go mod tidy * Add a go mod tidy call to ensure dependencies are fetched
Prefer remote tfstate over local tfstate, if present (gruntwork-io#1885) This addresses issue gruntwork-io#514: Upon a local to remote tfstate migration, Terraform will leave an empty `terraform.tfstate` file in the working directory. Subsequent invocations on the state should then refer to the `terraform.tfstate` file in the data directory (`.terraform`) which points to the remote state. By prefering the data directory when parsing the tfstate, Terragrunt behaves similarly to Terraform, and no longer errors out on the empty `terraform.tfstate` file. Co-authored-by: Andrey Kaipov <andreykaipov@users.noreply.github.com>
PreviousNext