#!/usr/bin/env bash pushd terraform BASTION_IP="$(terraform output bastion_ip)" popd export BASTION_IP export BOSH_ALL_PROXY=socks5://localhost:5000 export BOSH_CLIENT=admin export BOSH_CLIENT_SECRET=`bosh int ./config/creds.yml --path /admin_password`