1
0
Fork 0
server-configuration/targets/vpn/apply.sh

8 lines
112 B
Bash
Raw Normal View History

2025-02-21 11:41:47 +00:00
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
rm -f .terraform.lock.hcl
tofu init
tofu apply "$@"