We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aecd7a commit 56589ceCopy full SHA for 56589ce
1 file changed
es/provider.go
@@ -99,6 +99,7 @@ func providerConfigure(d *schema.ResourceData) (interface{}, error) {
99
retry := d.Get("retry").(int)
100
waitBeforeRetry := d.Get("wait_before_retry").(int)
101
transport := &http.Transport{
102
+ Proxy: http.ProxyFromEnvironment,
103
TLSClientConfig: &tls.Config{},
104
}
105
// Checks is valid URLs
0 commit comments