mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
4cfb6bc893
Terraform's remote-exec provision hangs out when it execs on HTTP Proxy bacause it dosen't support SSH over HTTP Proxy. This commits enables Terraform's remote-exec to support SSH over HTTP Proxy. * adds `proxy_*` fields to `connection` which add configuration for a proxy host * if `proxy_host` set, connect to that proxy host via CONNECT method, then make the SSH connection to `host` or `bastion_host` |
||
---|---|---|
.. | ||
communicator_test.go | ||
communicator.go | ||
http_proxy.go | ||
password_test.go | ||
password.go | ||
provisioner_test.go | ||
provisioner.go | ||
ssh_test.go |