Add `interactive` mode to Terraform commands. Add 10 levels of `imports` @aknysh (#12)
what
- Add
interactive
mode to Terraform commands - Add 10 levels of
imports
why
- Support interactive mode for TF commands that require user input (e.g. when moving TF state from local to remote state)
- The current 5 levels of imports were arbitrary and not enough in some cases