From 7fd1a06426594ffd6ddfd6d1345a0ba9eff9c5be Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 7 Jul 2014 21:06:02 -0700 Subject: [PATCH] update TODO --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 965ecb8e1..0170a7e63 100644 --- a/TODO.md +++ b/TODO.md @@ -4,3 +4,5 @@ This is just to keep track of what we need to do before 0.1: * Provisioners on top of static resource creation: Shell, Chef, Puppet, etc. * A module system for better Terraform file organization. More details on this later. * Commands to inspect and manipulate plans and states. + * Helpers for provider validation + * Acceptance test framework if possible