Releases: transcend-io/terragrunt-atlantis-config
Releases · transcend-io/terragrunt-atlantis-config
v0.11.0
Added support for a few new features:
- a
locals
value atlantis_skip
that will remove a module from the output
- a flag/locals combo for
terraform-version
to override the terraform version for some modules
Also updated the documentation a fair amount to clarify using flags and locals.
v0.10.1
Fix version string in binary
v0.10.0
Allows preserving on any workflows
you specify in your existing atlantis.yaml
file.
#80
v0.9.7
Remove cache of parseLocals, which fixes bugs where functions in parent terragrunt module locals would only be evaluated for a single child
v0.9.6
Ignore empty string dependencies. Previously they would be replaced by .
.
v0.9.5
Updates the parsing of parent terragrunt modules so that they are evaluated from the point of view of the child directories.
Added more testing and updated the documentation.
See: #71
v0.9.4
Add support for -var-file extra_arguments in the arguments subfield.
See: #69
v0.9.3
Fix bug with parsing extra arguments
Fixes issue where extra_argument blocks without required or optional fields specified caused a golang panic because of a segmentation fault when dereferencing a null pointer.
Relevant: https://www.youtube.com/watch?v=bLHL75H_VEM
See: #67
v0.9.2
Handles extra_argument
fields in terraform
blocks of Terragrunt config.
See: #60
v0.9.1
Ensure that terragrunt-atlantis-config version
always returns a version, no matter the installation method