terraform/builtin/provisioners/remote-exec
Paul Hinze 579680cebc provisioner/remote-exec: Move script cleanup after command wait
The script cleanup step added in #5577 was positioned before the
`cmd.Wait()` call to ensure the command completes. This was causing
non-deterministic failures, especially for longer running scripts.

Fixes #5699
Fixes #5737
2016-03-21 10:49:32 -05:00
..
test-fixtures Few small fixes to make the last tests also pass 2015-05-01 18:48:54 +02:00
resource_provisioner.go provisioner/remote-exec: Move script cleanup after command wait 2016-03-21 10:49:32 -05:00
resource_provisioner_test.go Few small fixes to make the last tests also pass 2015-05-01 18:48:54 +02:00