From 9ae5358217c57e87d2b7caa22b901cfdae9e899c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 8 Jul 2014 11:20:36 -0700 Subject: [PATCH] update TODO --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index 0170a7e63..49d1af7e8 100644 --- a/TODO.md +++ b/TODO.md @@ -4,5 +4,4 @@ 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