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