-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Added -input=false flag to init, plan, and apply steps #276
Conversation
Thanks looks good! I'll figure out the test problems. |
Thanks! I think I just figured it out. I didn't add the flag for the pre-Terraform 0.9 |
Update:
So I'll go ahead and roll back my change, but the test file will have to be modified to accommodate it. I'll leave that to you if that's ok! |
… use with the get command.
Yeah I'll do the tests |
Merged in #277 with fixed tests. Thanks so much Austin! I'll get this in the next release. |
fixes #268
Motivation
Atlantis needs to fail quickly and gracefully when user input is not provided for variables that are lacking a value.
What I Did
-input=false
flag toinit
,plan
andapply
step runners. This flag is recommended by Hashicorp here.Difference in Output
Before Flag Added
After Flag Added