From 5c18a6a5fec70f5781fceb5c3824913553613f64 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 26 Jun 2014 11:05:54 -0700 Subject: [PATCH] Update TODO.md --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 03b03a6cd5..1ab782ebf0 100644 --- a/TODO.md +++ b/TODO.md @@ -10,3 +10,4 @@ This is just to keep track of what we need to do before 0.1: * `ValidateResource` ResourceProvider API for checking the structure of a resource config * A module system for better Terraform file organization. More details on this later. * Commands to inspect and manipulate plans and states. + * Cancellation support (Ctrl-C)