daml/infra/apply

9 lines
107 B
Plaintext
Raw Normal View History

2019-04-04 11:33:38 +03:00
#!/usr/bin/env bash
set -euxo pipefail
cd "$(dirname "$0")"
2019-04-04 11:33:38 +03:00
terraform fmt
terraform init
terraform apply