Skip to content
New issue

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

Atlantis does not run correctly with Terraform 0.12.x and Remote backend (Terraform Cloud) #704

Closed
mechastorm opened this issue Jul 12, 2019 · 0 comments · Fixed by #705
Closed
Labels
bug Something isn't working

Comments

@mechastorm
Copy link

Atlantis does not seem to behave correctly in this environment

  • Terraform 0.12.x
  • Backend is configured to use remote (connected to TF cloud)
  • Default build steps (no custom workflow)

When Atlantis Plan runs with the above settings, the output is a Plan Error

running "/var/local/atlantis/bin/terraform0.12.0 plan -input=false -refresh -no-color -out \"xxx.tfplan\"" in "/var/local/atlantis/repos/myrepo/sandbox/2/default/dev": exit status 1

Error: Saving a generated plan is currently not supported

The "remote" backend does not support saving the generated execution plan
locally at this time.

Have tested this behaviour occurs in all versions of 0.12x (0.12.0 - 0.12.4)

Atlantis behaves as expected when using Terraform 0.11.14 and below.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants