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