terraform/run_terraform

9 lines
163 B
Plaintext
Raw Normal View History

2022-08-18 18:15:21 +02:00
#!/bin/sh
export HTTP_PROXY=caladan:8888
export HTTPS_PROXY=caladan:8888
2022-08-18 18:16:44 +02:00
NAMECHEAP_API_KEY=$(pass namecheap.com/api_key)
export NAMECHEAP_API_KEY
2022-08-18 18:15:21 +02:00
terraform "$@"