From 61d1318e1e1d6a6a36d3db35b3185329be2b2793 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 27 Jun 2014 11:09:17 -0700 Subject: [PATCH] Update TODO --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index 28c04ace8..7fd500b1a 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 destroy` * `terraform apply` should take a plan file - * `terraform refresh` to update state to latest * `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