terraform-provider-http
terraform-provider-http copied to clipboard
Add support for proxy environments variables (HTTP_PROXY/HTTPS_PROXY)
It would be nice to let this provider use proxy env vars. This will allow us to use this provider behind enterprise proxy.
I can open a PR to address this if needed.
FWIW, I just added in https://github.com/terraform-aws-modules/terraform-provider-http/pull/6 and it's working as expected.
@barryib any chance you can open a PR for this, I really need support for this too :)