terraform/run_terraform

7 lines
90 B
Bash
Executable File

#!/bin/sh
export HTTP_PROXY=caladan:8888
export HTTPS_PROXY=caladan:8888
terraform "$@"