#!/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