Skip to content

Tags: erhudy/terragrunt

Tags

v0.36.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump terraform version in CI to 1.1 (gruntwork-io#1990)

v0.35.20

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle the merge of error hooks (gruntwork-io#1982)

Continuing from the Error Hooks add from gruntwork-io#1967 and gruntwork-io#1980.

v0.35.19

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.35.18

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.35.17

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated flagModulesThatDontInclude to get canonical path of dependenc…

…ies and decide if it should be flagged as excluded (gruntwork-io#1968)

v0.35.16

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.35.15

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix terraformPath for dependency (gruntwork-io#1946)

v0.35.14

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.35.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v0.35.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated error handling in FindWhereWorkingDirIsIncluded (gruntwork-io…

…#1915)