Releases: transcend-io/terragrunt-atlantis-config
Releases · transcend-io/terragrunt-atlantis-config
v0.9.0
Inherit locals from parent terragrunt files
See: #61
v0.8.0
Support the addition of each Project Name in atlantis.yaml
As when defining different workspaces for each directory,
this info is also needed when running atlantis plan/apply -d ${git_root}/stage/app -w stage_app
to run the command on specific directory but one could also use the
atlantis plan/apply -p stage_app in case there is a project name defined.
As this uses the same convention with the name of workspace (which should
be unique) and the default value is disabled this should not create any
problems to the current users.
See: #57
v0.7.0
Added flag to enable setting workflow names, which enables true parallelism on atlantis (#51)
See the README for updated documentation
v0.6.0
Added the option to specify workflow names in individual terragrunt modules
v0.5.0
Fixed bug where option --ignore-parent-terragrunt was not working #35
v0.4.4
Updated terragrunt version
v0.4.3
Added check for the text "github.com" in module source to determine if the module is remote or local
v0.4.2
Added check for the text "github" in module source to determine if the module is remote or local
v0.4.1
Bug Fix: terragrunt-atlantis-config now works in directories that contain the text "git"
v0.4.0
Added the ability to specify extra dependencies (from non-terragrunt files). Check the README for full updates