Open marpada opened 5 years ago
This would also be great to have for GitHub Action repository environment variables as GitHub automatically converts to uppercase!
same issue here
same issue
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!
Stumbled upon this because we experienced a similar issue. Wouldn't it be a better solution to have terraform not be case-sensitive? Seems like an oversight..
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. https://github.com/microsoft/azure-pipelines-agent/issues/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
https://github.com/microsoft/azure-pipelines-agent/issues/1645