-
Notifications
You must be signed in to change notification settings - Fork 61
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
Any plans to get round "Value for undeclared variable" in future releases #25
Comments
Also having this issue |
I am working very hard on addressing this issue with hashicorp. I've spoken directly with several of the people concerned. I have hope that they will change it from a deprecation to an optional flag. if they don't, and they continue with the intent of deprecating it completely, the only option will be to wipe the explicitly declare all environment variables whether used or not for every component, or something rather hacky in scaffold to detect declared variables and only passed those that have been declared, which is the solution I'd rather avoid. |
@Zordrak brilliant thank you for the update. I'm looking forward to hearing how HashiCorp handles it. |
Hello,
We're using tfscaffold along with Terraform 0.12.6. Tf 12 returns the following warning when we run a component.
I'm using a standard setup of an env file containing variables for multiple components. Is there any plan to change how tfscaffold works to get around how terraform will be handling environment variables?
The text was updated successfully, but these errors were encountered: