From 17074e5ae6507e67f21172d404ac9420f3c73a29 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 3 Jul 2014 13:15:20 -0700 Subject: [PATCH] Update TODO --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index 5a31c184d..6caa39ef9 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,6 @@ This is just to keep track of what we need to do before 0.1: * `terraform apply/plan/refresh/destroy` need to be able to take variables as input * Provisioners on top of static resource creation: Shell, Chef, Puppet, etc. - * `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. * Support for "outputs" in configuration