8000 fix: Allow terraform provisions to be gracefully cancelled by mafredri · Pull Request #3526 · coder/coder · GitHub
[go: up one dir, main page]

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
Merged
Prev Previous commit
Next Next commit
chore: Revert newline in proto
  • Loading branch information
mafredri committed Aug 16, 2022
commit 1d7f825236560caea4aeae98d0952a901e0d42b8
83C4
3 changes: 1 addition & 2 deletions provisionersdk/proto/provisioner.proto
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ message Provision {
bytes state = 4;
bool dry_run = 5;
}
message Cancel {
}
message Cancel {}
message Request {
oneof type {
Start start = 1;
Expand Down
0