mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
646 B
646 B
This is just to keep track of what we need to do before 0.1:
terraform destroy
terraform apply
should take a plan fileterraform plan
should output a plan fileterraform refresh
to update state to latestterraform 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.
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.