From 03911d28f86dfe73682a2f668a90269e1e11054d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 17 Jul 2014 14:08:45 -0700 Subject: [PATCH] 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. --- TODO.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 375c8a0c30..8e80814f3a 100644 --- a/TODO.md +++ b/TODO.md @@ -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