-
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
Enable matching of uppercase environment variables #22671
Comments
This would also be great to have for GitHub Action repository environment variables as GitHub automatically converts to uppercase! |
same issue here |
same issue |
2 similar comments
same issue |
same issue |
Thanks for your interest in this issue! This is just a reminder to please avoid "+1" comments ("same issue"), and to use the upvote mechanism (click or add the 👍 emoji to the original post) to indicate your support for this issue. Thanks again for the feedback! |
Current Terraform Version
Use-cases
The documentation about TF_VAR env variables says
Our CD/CI managed system (Azure Pipelines) agent can run on Linux instances, but the agent converts environment variables to uppercase. microsoft/azure-pipelines-agent#1645
To workaround this issue it would be good if Terraform could be configured to match uppercase environment variables.
Proposal
Introduce a command line flag allow matching of uppercase environment variables.
References
microsoft/azure-pipelines-agent#1645
The text was updated successfully, but these errors were encountered: