make TF less chatty

This commit is contained in:
Kiara Grouwstra 2025-08-01 16:20:22 +02:00
parent 9490612630
commit f50a48e597

View file

@ -1,9 +1,7 @@
#! /usr/bin/env bash
set -xeuo pipefail
set -euo 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