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