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
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Revert proto changes
  • Loading branch information
mafredri committed Aug 16, 2022
commit 27fe6f0f84cf551237128c3ae0a919154c288712
103 changes: 46 additions & 57 deletions provisionersdk/proto/provisioner.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion provisionersdk/proto/provisioner.proto
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ message Provision {
bool dry_run = 5;
}
message Cancel {
bool force = 1;
}
message Request {
oneof type {
Expand Down
0