terraform/builtin
James Bardin 0345d960b2 simplify remote-exec runScripts
There no reason to retry around the execution of remote scripts. We've
already established a connection, so the only that could happen here is
to continually retry uploading or executing a script that can't succeed.

This also simplifies the streaming output from the command, which
doesn't need such explicit synchronization. Closing the output pipes is
sufficient to stop the copyOutput functions, and they don't close around
any values that are accessed again after the command executes.
2018-02-15 16:14:38 -05:00
..
bins Initial implementation of a habitat provisioner 2017-12-07 16:29:30 -08:00
providers provider/terraform: deprecate "environment" in favor of "workspace" 2017-12-05 10:18:28 -08:00
provisioners simplify remote-exec runScripts 2018-02-15 16:14:38 -05:00