Update TODO
I realize not all of this is completeable before 0.1, but I wanted to get a list of "necessary super short term" things that we need to do.
This commit is contained in:
parent
6767a3e756
commit
03911d28f8
11
TODO.md
11
TODO.md
|
@ -1,5 +1,10 @@
|
|||
This is just to keep track of what we need to do before 0.1:
|
||||
This is just to keep track of what we need to do in the short term.
|
||||
|
||||
* `terraform apply/plan/refresh/destroy` need to be able to take variables as input
|
||||
* A module system for better Terraform file organization. More details on this later.
|
||||
* Commands to inspect and manipulate plans and states.
|
||||
* Mappings
|
||||
* CLI: Improve output with # of resources changed, updated, etc.
|
||||
* CLI: Improve apply output when a pure-destroy was done. Currently it
|
||||
shows "resources added/changed" but it should have a different message
|
||||
saying infra was destroyed.
|
||||
* Configuration schemas for providers and provisioners
|
||||
* Helper improvements around complex types perhaps
|
||||
|
|
Loading…
Reference in New Issue