Files
opentf/internal
htamakos 4cfb6bc893 communicator/ssh: Add support SSH over HTTP Proxy (#30274)
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`
2022-04-27 16:59:17 -04:00
..
2022-04-20 12:51:24 -04:00
2021-05-17 14:09:07 -07:00
2021-12-17 11:57:52 -05:00
2021-08-17 15:20:05 -07:00
2022-04-22 13:53:32 +01:00
2021-10-28 11:51:39 -04:00