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
Next Next commit
fix: Add build tags
  • Loading branch information
mafredri committed Aug 16, 2022
commit 211b7f9f179671878611a2d0c15300b632135c16
2 changes: 2 additions & 0 deletions provisioner/terraform/executor_unix.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !windows

package terraform

import (
Expand Down
2 changes: 2 additions & 0 deletions provisioner/terraform/executor_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build windows

package terraform

import (
Expand Down