main
sh 7 lines 106 Bytes
Raw
1 #!/usr/bin/env bash
2 set -euo pipefail
3
4 cd "$(dirname "$0")"
5 rm -f .terraform.lock.hcl
6 tofu init
7 tofu "$@"