Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provisioners/remote-exec: output to UI #365

Merged
merged 1 commit into from
Oct 6, 2014
Merged

Conversation

mitchellh
Copy link
Contributor

This finishes up #311 by outputting the stderr/stdout to the CLI for the remote-exec provisioner.

I also cleaned up some weird race-like cases where we weren't waiting for output to finish copying out. I blame @armon.

mitchellh added a commit that referenced this pull request Oct 6, 2014
provisioners/remote-exec: output to UI
@mitchellh mitchellh merged commit 7b48f93 into master Oct 6, 2014
@mitchellh mitchellh deleted the f-remote-exec-output branch October 6, 2014 06:24
@@ -13,6 +12,7 @@ import (

helper "github.com/hashicorp/terraform/helper/ssh"
"github.com/hashicorp/terraform/terraform"
"github.com/mitchellh/go-linereader"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 helpful

@ghost ghost locked and limited conversation to collaborators May 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants