opentofu/TODO.md
Mitchell Hashimoto 7f86bcb873 Update TODO
2014-07-08 11:26:16 -07:00

458 B

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.
  • A module system for better Terraform file organization. More details on this later.
  • Commands to inspect and manipulate plans and states.
  • Acceptance test framework if possible
  • Need to limit parallelism of graph walk