Fediversity/deployment/run/tf-single-host/run.sh
2025-10-06 13:11:03 +02:00

9 lines
194 B
Bash

#! /usr/bin/env bash
set -xeuo pipefail
declare tf_env
export TF_LOG=info
cd "${tf_env}/deployment/run/tf-single-host"
# parallelism=1: limit OOM risk
tofu apply --auto-approve -parallelism=1