You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform does not check the value of TF_IN_AUTOMATION, only that it is set. As soon as it's set, the behavior takes effect. We hard code this setting, and don't provide a way to unset it.
Expected Behavior
TF_IN_AUTOMATION should be optional.
Use Case
When doing a lot of development with atmos, sometimes it's convenient to also use native terraform commands. If TF_IN_AUTOMATION is set, then it won't emit the terraform command you can run to apply it.
Describe Ideal Solution
Can we simply rely on setting the following in atmos.yml, so that users can change the behavior.
env:
TF_IN_AUTOMATION: true
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
mss
added a commit
to mss/atmos
that referenced
this issue
Oct 9, 2024
Describe the Feature
Terraform does not check the value of
TF_IN_AUTOMATION
, only that it is set. As soon as it's set, the behavior takes effect. We hard code this setting, and don't provide a way to unset it.Expected Behavior
TF_IN_AUTOMATION
should be optional.Use Case
When doing a lot of development with atmos, sometimes it's convenient to also use native
terraform
commands. IfTF_IN_AUTOMATION
is set, then it won't emit theterraform
command you can run to apply it.Describe Ideal Solution
Can we simply rely on setting the following in
atmos.yml
, so that users can change the behavior.Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: