#!/usr/bin/env sh set -e ../setup.sh rm -f terraform.tfstate* ./tf init ./tf plan ./tf apply -auto-approve