Skip to content

fix: Allow terraform provisions to be gracefully cancelled #3526

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

Merged
merged 14 commits into from
Aug 18, 2022
Prev Previous commit
Remove superfluous require
  • Loading branch information
mafredri committed Aug 17, 2022
commit 80a4912e9e9426a62929a870daa2d6fc573d4377
1 change: 0 additions & 1 deletion provisioner/terraform/provision_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ func TestProvision_Cancel(t *testing.T) {
if log == nil {
goto LoopStart
}
require.NotNil(t, log)
require.Equal(t, line, log.Output)
}

Expand Down