hashicorp / terraform-provider-mysql

Terraform MySQL provider – This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://www.terraform.io/docs/providers/mysql/
Mozilla Public License 2.0
61 stars 189 forks source link

Fix proxy chain via environment variable #119

Closed winebarrel closed 4 years ago

winebarrel commented 4 years ago

Passing proxyFromEnv when setting proxy in environment variable does not work.

ssh -N -D 10080 bastion &
export all_proxy="socks5h://127.0.0.1:10080"
terraform apply #=> error
alexjurkiewicz commented 4 years ago

Why close?