From 6767a3e756f66cd8988e58667d95a68a5f486dc3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 17 Jul 2014 14:04:25 -0700 Subject: [PATCH] Provisioners are in! --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index 965ecb8e10..375c8a0c30 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,5 @@ 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. * A module system for better Terraform file organization. More details on this later. * Commands to inspect and manipulate plans and states.