v1.85.0
Update `atmos describe affected` and `atmos terraform` commands @aknysh (#654)
## what- Update
atmos describe affected
command - Update
atmos terraform
command - Allow Gomplate, Sprig and Atmos template functions in imports in Atmos stack manifests
why
-
The
atmos describe affected
command had an issue with calculating theincluded_in_dependents
field for all combination of the affected components with their dependencies. Now it's correctly calculated for all affected -
In
atmos describe affected
command, if the Git configcore.untrackedCache
is enabled, it breaks the command execution. We disable this option if it is set -
The
atmos terraform
command now respects theTF_WORKSPACE
environment variable. If the environment variable is set by the caller, Atmos will not calculate and set a Terraform workspace for the component in the stack, but instead will let Terraform use the workspace provided in theTF_WORKSPACE
environment variable -
Allow Gomplate, Sprig and Atmos template functions in imports in Atmos stack manifests. All functions are allowed now in Atmos stacks manifests and in the import templates