terraform/TODO.md

10 lines
541 B
Markdown
Raw Normal View History

2014-06-26 20:01:27 +02:00
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.
* `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.
2014-06-26 20:05:54 +02:00
* Cancellation support (Ctrl-C)
2014-06-27 18:54:30 +02:00
* Support for "outputs" in configuration