When I run terraform apply, and terraform asks for approval, and I type yes, nothing happens. Seems that Stdin is not forwarded to the subprocess?
Notes
Foundation.Process has a standardInput field, can we forward input to this field?
- What do we want the API to look like
- Can we make a simple example? Maybe
rm -i filename.
- How can we unit test this?
When I run
terraform apply, and terraform asks for approval, and I typeyes, nothing happens. Seems that Stdin is not forwarded to the subprocess?Notes
Foundation.Processhas astandardInputfield, can we forward input to this field?rm -i filename.