From 14f3556f63814dab2dd3b7f4e18fbc084e2ec1d8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 26 Jun 2014 11:01:27 -0700 Subject: [PATCH] Create TODO.md --- TODO.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000000..03b03a6cd5 --- /dev/null +++ b/TODO.md @@ -0,0 +1,12 @@ +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 + * UI output + * 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.