We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users could then use custom run commands to plan/apply but would be able to ensure that the plan is output to the location expected by Atlantis.
run
plan
apply
The text was updated successfully, but these errors were encountered:
Set PLANFILE environment variable in run step.
78a2bb5
Env var is set to where Atlantis expects the planfile to be. Fixes #168.
Run terraform plan -destroy when destroy flag is enabled (#168)
3a95031
* destroy plan * destroy plan * nit * nit2 * remove unneeded decorator * nit
No branches or pull requests
Users could then use custom
run
commands toplan
/apply
but would be able to ensure that the plan is output to the location expected by Atlantis.The text was updated successfully, but these errors were encountered: