Skip to content

Tags: bradleybmurray/terragrunt

Tags

v0.31.0

Toggle v0.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump test terraform to tf 1.0 (gruntwork-io#1726)

* Test against terraform 1.0

* Bump internal terraform version to the latest we can use as a library

* Add info on terraform version supported

v0.30.7

Toggle v0.30.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Should be continue, not return (gruntwork-io#1728)

* Should be continue, not return

* Remove plan accidentally checked in files

v0.30.6

Toggle v0.30.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Resolves gruntwork-io#1369 (gruntwork-io#1718)

* making the AWS ARN partition value a dynamic lookup and removing hard-coding of ":aws:" to support GovCloud and other paritions. Resolves gruntwork-io#1369

* Moving from split to AWS SDK ARN parsing function and errant newline cleanup

Co-authored-by: Ryan Kennedy <ryan.kennedy@smartsheet.com>

v0.30.5

Toggle v0.30.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Resolves gruntwork-io#1369 (gruntwork-io#1718)

* making the AWS ARN partition value a dynamic lookup and removing hard-coding of ":aws:" to support GovCloud and other paritions. Resolves gruntwork-io#1369

* Moving from split to AWS SDK ARN parsing function and errant newline cleanup

Co-authored-by: Ryan Kennedy <ryan.kennedy@smartsheet.com>

v0.30.4

Toggle v0.30.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expose include config attributes (gruntwork-io#1716)

* Expose included config as referenceable variable in terragrunt config

* Fix build failure

* Make availability of included config toggleable with a var

* Fix bug where include functions were not working in child config

v0.30.3

Toggle v0.30.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace multierror (gruntwork-io#1703)

* add go-multierror to modules

* replace multierror in /cli

* remove custom multierror from /shell, /configstack, /test

* remove errors/multierror.go

* refactor the fix for gruntwork-io#459

* remove irrelevant comment

* update expected type in tests

v0.30.2

Toggle v0.30.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Better error message for aws-provider-patch (gruntwork-io#1715)

v0.30.1

Toggle v0.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update hclfmt documentation (gruntwork-io#1713)

v0.30.0

Toggle v0.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix data type issue with aws-provider-patch (gruntwork-io#1714)

* Regression test for issue gruntwork-io#1709

* Use json as an intermediary representation for aws-provider-patch

* Fix unit tests

v0.29.10

Toggle v0.29.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
go.mod: update go-cty-yaml; update yamldecode regressions (gruntwork-…

…io#1706)

* add yamldecode test case for string that looks like a binary number

* go.mod: update go-cty-yaml

Co-authored-by: Andrey Kaipov <andreykaipov@users.noreply.github.com>