From fff7df03cdd097dcf25dc2b432e9a2cab13979ae Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 2 Jul 2014 17:03:59 -0700 Subject: [PATCH] update TODO --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index 0a92e49853..5a31c184d5 100644 --- a/TODO.md +++ b/TODO.md @@ -5,6 +5,5 @@ 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) * Support for "outputs" in configuration * "count" meta-parameter for instantiating multiple identical resources