aboutsummaryrefslogtreecommitdiff
path: root/.env
blob: 213d791ae5ba8d1de0b1a6862d5cd8477b4b23bf (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

TF_VAR_vultr_api_key="$(cat ./secrets/terraform/vultr-api-key.txt ||:)"
if [ -n "$TF_VAR_vultr_api_key" ]; then
  export TF_VAR_vultr_api_key
fi