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

Support when Terraform prompts for values from standard input #103

Open
ianomad opened this issue Jul 24, 2019 · 5 comments
Open

Support when Terraform prompts for values from standard input #103

ianomad opened this issue Jul 24, 2019 · 5 comments

Comments

@ianomad
Copy link

ianomad commented Jul 24, 2019

cmd: terraform plan .. | landscape...
cmd: , but it's stuck

i guess the workaround is using -var flags, but that's a bit inconvenient

@sds
Copy link
Contributor

sds commented Jul 26, 2019

Would happily accept a pull request adding support for this!

@xild
Copy link

xild commented Aug 20, 2019

@sds any suggestion to implement? I can go over it if you have an idea how to do that in a good way 😄

@ianomad
Copy link
Author

ianomad commented Sep 28, 2019

i am gonna guess the reason why it's stuck is because when doing a pipe, landscape input takes over the stuck terraform process waiting for its input. one way is let landscape read those vars (not sure how challenging that will be)

@Dzhuneyt
Copy link

This is a showstopper.

@sds sds changed the title When terraform expects the variables, it's stuck Support when Terraform prompts for values from standard input Dec 18, 2019
@sds
Copy link
Contributor

sds commented Dec 18, 2019

Yes, @ianomad is correct about the situation with standard input and piping from terraform to landscape.

I'm going to lock this thread to prevent comments that add noise.

At this point, would welcome a pull request adding support for this!

@coinbase coinbase locked and limited conversation to collaborators Dec 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

4 participants