Tags: infracost/terragrunt
Tags
Go upgrade to 1.20 (gruntwork-io#2605) * Upgrade to go 1.20 * Go 1.20 formatting update
gruntwork-io#2595 Fix for fetching reference value with slashes (grun… …twork-io#2597) * Disabled module path extraction from url ref * Ref reconstruction * Add tests for references with slashes * Generic approach in concatenating paths
Fixed reading of outputs during destroy (gruntwork-io#2589) * Fix reading of outputs from modules with dependencies * Add basic test for dependent modules * Add integration test for outputs reading * Test cleanup * Naming convention update
fix: redirecting stdout to stderr in hook commands (gruntwork-io#2587) * fix: avoid redirecting the stdout output of hook commands to stderr * fix test * add `suppress_stdout` attr for ErrorHoook --------- Co-authored-by: Levko Burburas <levko.burburas@biptec.com>
feat: implement hclfmt diff output (gruntwork-io#2570) * feat: implement hclfmt diff output * feat: implement diff integration test Catch diff function errors Use native filepath.join function to avoid issues on Windows Add diff function description Update hclfmt docs Signed-off-by: Mikhail Naletov <okgolove@markeloff.net> * feat: use joinpath for finding expected diff Signed-off-by: Mikhail Naletov <okgolove@markeloff.net> * fix: remove extra slash Signed-off-by: Mikhail Naletov <okgolove@markeloff.net> * feat: improve diff Remove names for returned values to keep code style Handle diff generating error Style improvements Signed-off-by: Mikhail Naletov <okgolove@markeloff.net> * feat: handle diff output error Signed-off-by: Mikhail Naletov <okgolove@markeloff.net> --------- Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
fix: checking dependent modules in `destroy` command (gruntwork-io#2581) * fix path_relative_to_include func * fix unit test * fix unit test * fix detection of the child config * fix read_terragrunt_config func * fix downloadDir * fix read_terragrunt_config path * revert read-terragrunt-config func * add integration test * revert integration test * update comment * add unit test * test unit improvements * comment clarification --------- Co-authored-by: Levko Burburas <levko.burburas@biptec.com>
Add support for Disable field in generate blocks (gruntwork-io#2497) * Add support for Disable field in generate blocks * add missing "disable" field for generate blocks in integration tests * add a test case for when generate block disable=false
Simplified source code locking/unlocking (gruntwork-io#2576)
gruntwork-io#2566 Update error message to include module directory (g… …runtwork-io#2574) * Add module path to exit error * Update log error * Updated tests for modle error * Tests update
PreviousNext