Update TODO

I realize not all of this is completeable before 0.1, but I wanted to
get a list of "necessary super short term" things that we need to do.
This commit is contained in:
Mitchell Hashimoto 2014-07-17 14:08:45 -07:00
parent 6767a3e756
commit 03911d28f8
1 changed files with 8 additions and 3 deletions

11
TODO.md
View File

@ -1,5 +1,10 @@
This is just to keep track of what we need to do before 0.1:
This is just to keep track of what we need to do in the short term.
* `terraform apply/plan/refresh/destroy` need to be able to take variables as input
* A module system for better Terraform file organization. More details on this later.
* Commands to inspect and manipulate plans and states.
* Mappings
* CLI: Improve output with # of resources changed, updated, etc.
* CLI: Improve apply output when a pure-destroy was done. Currently it
shows "resources added/changed" but it should have a different message
saying infra was destroyed.
* Configuration schemas for providers and provisioners
* Helper improvements around complex types perhaps