forked from fediversity/fediversity
make TF less chatty
This commit is contained in:
parent
9c54152439
commit
90b1fae7c7
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue