#!/bin/bash export $(grep -v "^#" .env | xargs) terraform init -backend-config="access_key=$ACCESS_KEY" -backend-config="secret_key=$SECRET_KEY"