Issue by @automaticgiant
_Tuesday Dec 05, 2017 at 01:49 GMT_
_Migrated from https://github.com/hootsuite/atlantis/issues/218_
_Why was it migrated?_
i need terraform to go through the proxy to aws, but the git stuff to not go through a proxy.
presently, looks like the env won't get passed through to tf anyway, which is a problem.
however i do see also the problem that i can't set no_proxy to exclude enterprise github from atlantis trying to proxy that.
Comment by @lkysow
_Tuesday Dec 05, 2017 at 05:34 GMT_
Hi @automaticgiant thanks for the ticket.
Okay so you need:
terraform commands (init, plan, apply) to be executed with an http_proxy environment variable?git clone to be executed without that env var OR setting no_proxy to exclude GitHub EnterpriseIs this correct? Want to be sure before we get to possible solutions
This could be solved through an atlantis.yaml file that executes the terraform commands with the http_proxy env var.
Most helpful comment
This could be solved through an
atlantis.yamlfile that executes the terraform commands with thehttp_proxyenv var.