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
Hi Shuai, sorry for the trouble. This was just fixed in master: #381. The plan output is just not being commented back so there's probably an error in your plan somewhere. I am targeting a release for early next week.
If you cannot wait, I'd recommend using the runatlantis/atlantis:latest Docker image which should have the fix.
After I created a PR in GitHub, the automatic
atlantis plan
runs but fails with no helpful error message:exit status 1: running "sh -c terraform plan -input=false -refresh -no-color -out \"/atlantis-data/repos/ORG_NAME/REPO_NAME/27/default/tf/stg/tf-stg-default.tfplan\" -var atlantis_user=\"USER_NAME\" -var atlantis_repo=\"ORG_NAME/REPO_NAME\" -var atlantis_repo_name=\"REPO_NAME\" -var atlantis_repo_owner=\"ORG_NAME\" -var atlantis_pull_num=27" in "/atlantis-data/repos/ORG_NAME/REPO_NAME/27/default/tf/stg"
The only
exit status 1
is not helpful for debugging. I run Atlantis in Kubernetes but didn't see plan error either. I guess the plan was not started.What's the problem? Appreciate for any ideas.
terraform version: 0.11.10
My atlantis.yaml looks like:
version: 2
projects:
- name: tf-stg
dir: tf/stg
terraform_version: 0.11.10
autoplan:
when_modified: ["*.tf*"]
apply_requirements: [approved]
The text was updated successfully, but these errors were encountered: