-
-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
Describe the Bug
I tried to use the new v1.163.0 feature from #1072 to remove one of our workarounds for exactly that. While testing it I saw that the directory is set to the wrong value: It looks like it isn't set to the directory where the atmos.yaml is located but to the full path to the file sans the .yaml extension.
Expected Behavior
If I start eg a terraform shell in the directory /home/me/some-atmos-project the variable ATMOS_CLI_CONFIG_PATH should have the value /home/me/some-atmos-project. It should not have the value /home/me/some-atmos-project/atmos.
See also https://atmos.tools/cli/configuration/#configuration-file-atmosyaml
Steps to Reproduce
Assuming that the atmos.yaml is located in the current directory:
unset ATMOS_CLI_CONFIG_PATH
pwd
atmos terraform shell $component --stack $stack
echo $ATMOS_CLI_CONFIG_PATHScreenshots
No response
Environment
- Version: v1.163.0
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system