Update TODO.md

This commit is contained in:
Mitchell Hashimoto 2014-06-26 11:05:54 -07:00
parent 14f3556f63
commit 5c18a6a5fe
1 changed files with 1 additions and 0 deletions

View File

@ -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)