1
0
Fork 0
server-configuration/targets/apply.sh
2025-02-22 06:01:14 -06:00

7 lines
112 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
rm -f .terraform.lock.hcl
tofu init
tofu apply "$@"