Releases: gruntwork-io/terragrunt
Releases · gruntwork-io/terragrunt
v0.0.11
- Terragrunt now uses
sts.GetCallerIdentity
to fetch a user id instead of iam.GetUser
. This allows it to work with dynamic credentials from STS (from GetSessionToken
) and the AWS_SESSION_TOKEN
environment variable.
v0.0.10
- Build terragrunt using module-ci
v0.0.9
- Terragrunt now detects
CTRL+C
(SIGINT) and will shutdown gracefully and release locks
v0.0.8
- Fix a panic that would occur when using Terragrunt on a totally new repo with no Terraform state files
v0.0.7
- Better log output and fixed paths in build script
v0.0.6
- Only configure remote state if it isn't already configured
- Run
terraform get
automatically if modules haven't been downloaded
- Use IAM username instead of OS username in lock metadata
- Show help text if you run terragrunt with no args or options