Skip to content

Releases: gruntwork-io/terragrunt

v0.13.13

19 Oct 16:42
Compare
Choose a tag to compare

#325: The xxx-all commands can now use the --terragrunt-source parameter. See Testing multiple modules locally for details.

v0.13.12

19 Oct 15:13
Compare
Choose a tag to compare

#324: You can now use the validate-all command to validate all modules in a folder.

v0.13.11

18 Oct 17:06
Compare
Choose a tag to compare

#323: You can now tell Terragrunt to assume an IAM role using the --terragrunt-iam-role argument or TERRAGRUNT_IAM_ROLE environment variable. This offers a convenient way to use Terragrunt/Terraform with multiple AWS accounts. See Work with multiple AWS accounts for more details.

v0.13.10

17 Oct 22:53
Compare
Choose a tag to compare

#322: If you specify the role_arn parameter in your S3 backend config, Terragrunt will now automatically assume that IAM role before configuring remote state, creating the S3 bucket, creating the DynamoDB table, etc. This is very useful for multi-account setups where you may need to assume an IAM role in another account.

v0.13.9

17 Oct 16:27
Compare
Choose a tag to compare

#321: The find_in_parent_folders helper now takes a second optional param that is a fallback value.

v0.13.8

16 Oct 15:18
Compare
Choose a tag to compare

#320: The find_in_parent_folders helper now accepts an (optional) parameter that tells it the filename to look for.

v0.13.7

05 Oct 16:34
Compare
Choose a tag to compare

#309: Terragrunt now properly handles the dynamodb_table param, auto-creating the DynamoDB table as necessary.

v0.13.6

05 Oct 16:15
Compare
Choose a tag to compare

#308: Terragrunt should now do a better job of checking if S3 backends need initialization, including creating the DynamoDB table automatically, even if the S3 bucket already exists.

v0.13.5

29 Sep 21:34
Compare
Choose a tag to compare

#302: Terragrunt will now exit with an error if you define remote_state settings in terraform.tfvars, but your Terraform code does not define a corresponding backend.

v0.13.4

29 Sep 20:05
Compare
Choose a tag to compare

#301: Terragrunt should now do a better job of checking whether there is source code downloaded into your tmp folder and hopefully avoid the "No Terraform configuration files found in directory" error message.