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

Add "-input=false" to commands in README.md #440

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

artemious7
Copy link

If any terraform CLI command requires input, the pipeline will wait indefinitely.
The solution is to add -input=false to every applicable terraform command, like so:

terraform plan -out=tfplan -input=false

See the docs for more info.

I think the Readme file here should reflect that. There was a PR to fix the Readme file: #60.
The discussion there suggested a solution to use an environment variable to disable requests for input, but it doesn't solve this problem since it has a different purpose (see here)

Fixes #150

@artemious7 artemious7 requested a review from a team as a code owner October 15, 2024 14:21
Copy link

hashicorp-cla-app bot commented Oct 15, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes

Have you signed the CLA already but the status is still pending? Recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

action hangs with terraform_wrapper: true when variables aren't defined
1 participant