You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adc/terraform/env_creds.sh

7 lines
256 B

#!/bin/sh
# sets up env vars needed for configuring proxmox / terraform
export TF_VAR_PM_API_TOKEN_ID=$(pass pm_api_token_id)
export TF_VAR_PM_API_TOKEN_SECRET=$(pass pm_api_token_secret)
export TF_VAR_DO_PAT=$(pass do_pat)
export AWS_PROFILE=digitalocean