-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
revert: regression: remote ops detection TF v1.1 #4169
Conversation
* chore(atlantis): fix linter errors * fix superfluous-else * revert gitlab check * ignore stub funcs on azuredevops_client * remove fetch-depth * remove fail_on_error * fix plan_step_runner_test.go * more lint fixes --------- Co-authored-by: Dylan Page <[email protected]>
@cypres there is also a test that validates that output. Please search for that text to add it there too. And would be nice to leave a comment since it’s that important! |
Reverts linter change from runatlantis#3690 which breaks TF v1.1 detection
Thank you, I should have done that. Better now? |
/cherry-pick release-0.27 |
Reverts linter change from #3690 which breaks TF v1.1 detection
Reverts linter change from #3690 which breaks TF v1.1 detection Co-authored-by: Hans Arnholm <[email protected]>
Reverts linter change from 56e38b4 (#3690) which breaks TF v1.1 detection
what
Reverts a simple commit for a single file to fix remote operations for TF v1.1+
why
Without this revert you can't use Atlantis with Terraform Cloud v1.1+, see #2793 for why this was introduced in the first place.
tests
To prepare this I did
git checkout 2e6758e -- server/core/runtime/plan_step_runner.go
and picked the corresponding change from
server/core/runtime/plan_step_runner_test.go
references