From 18ccd900b24b5611b63d5a54fee1c4ead5e23f4d Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Wed, 22 Oct 2025 15:19:22 +0200 Subject: [PATCH] make TF less chatty (#549) Reviewed-on: https://git.fediversity.eu/fediversity/fediversity/pulls/549 --- deployment/run/tf-single-host/run.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deployment/run/tf-single-host/run.sh b/deployment/run/tf-single-host/run.sh index c82b85b5..61178ccc 100644 --- a/deployment/run/tf-single-host/run.sh +++ b/deployment/run/tf-single-host/run.sh @@ -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