Update TODO

This commit is contained in:
Mitchell Hashimoto 2014-06-26 22:24:07 -07:00
parent f820290862
commit f08f36d765
1 changed files with 0 additions and 1 deletions

View File

@ -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.