forked from fediversity/fediversity
reduce verbosity
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
eabd540910
commit
cf24255ab9
1 changed files with 2 additions and 2 deletions
|
|
@ -4,5 +4,5 @@ declare tf_env
|
||||||
|
|
||||||
cd "${tf_env}/deployment/run/tf-proxmox-vm"
|
cd "${tf_env}/deployment/run/tf-proxmox-vm"
|
||||||
# parallelism=1: limit OOM risk
|
# parallelism=1: limit OOM risk
|
||||||
TF_LOG=info tofu apply --auto-approve -input=false -parallelism=1 >&2
|
tofu apply --auto-approve -input=false -parallelism=1 >&2
|
||||||
TF_LOG=error tofu output -json
|
tofu output -json
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue