From f08f36d765ade0eafa87f74c2a7d0b62f9d2345c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 26 Jun 2014 22:24:07 -0700 Subject: [PATCH] Update TODO --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index d971aae3b..08a22798c 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 plan` should output 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.