-
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
[FEATURE] Support *_PROXY env variables #137
Comments
[Untriage] |
Hi. I was trying to debug one thing and used MITM proxy via |
Hey @DenisBY the proxy feature was actually contributed in this PR #95, can you please check if you can enhance to use |
Should be fixed with #217 You can test it with my fork: https://registry.terraform.io/providers/gnuletik/opensearch/latest/docs |
Is your feature request related to a problem?
I tried to debug the provider using mitm proxy with
HTTPS_PROXY=http://localhost:8080 terraform apply
and was very confused when I didn't find any connections to OS from the provider until I specifiedproxy=
option in configWhat solution would you like?
The provider should support proxy config from *_PROXY env variables beside
proxy=
optionThe text was updated successfully, but these errors were encountered: