Update TODO

This commit is contained in:
Mitchell Hashimoto 2014-06-26 22:12:46 -07:00
parent 8d4aeb96c0
commit 55359ce815
1 changed files with 1 additions and 2 deletions

View File

@ -2,10 +2,9 @@ This is just to keep track of what we need to do before 0.1:
* `terraform destroy` * `terraform destroy`
* `terraform apply` should take a plan file * `terraform apply` should take a plan file
* `terraform plan` should output a plan file * `terraform plan` should output a plan file
* `terraform refresh` to update state to latest * `terraform refresh` to update state to latest
* `terraform apply/plan/refresh/destroy` need to be able to take variables as input * `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. * Provisioners on top of static resource creation: Shell, Chef, Puppet, etc.
* `ValidateResource` ResourceProvider API for checking the structure of a resource config * `ValidateResource` ResourceProvider API for checking the structure of a resource config
* A module system for better Terraform file organization. More details on this later. * A module system for better Terraform file organization. More details on this later.