daml/infra/apply
2019-04-18 11:20:57 +00:00

9 lines
107 B
Bash
Executable File

#!/usr/bin/env bash
set -euxo pipefail
cd "$(dirname "$0")"
terraform fmt
terraform init
terraform apply