-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
User input variables ignored #1282
Comments
2 tasks
Confirmed. Looking at it now. |
mitchellh
added a commit
that referenced
this issue
Mar 25, 2015
mitchellh
added a commit
that referenced
this issue
Mar 25, 2015
terraform: merge provider configs before validate [GH-1282]
This was referenced Mar 26, 2015
Thanks, that worked. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
ghost
locked and limited conversation to collaborators
May 3, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Variables from the user input do not appear to be applied to the config prior to validation, so a validation error is still reported:
A similar issue #736 was previously reported and fixed where the user was not even asked for input. I can verify that the intended behavior was working in version 0.3.7, but now with the current master I get the error above.
This might be related to other config issues like #1186 and #1142 where configuration within a module is not being recognized.
The text was updated successfully, but these errors were encountered: