forked from fediversity/fediversity
7 lines
181 B
Bash
7 lines
181 B
Bash
#! /usr/bin/env bash
|
|
set -euo pipefail
|
|
declare tf_env
|
|
|
|
cd "${tf_env}/deployment/run/tf-proxmox-template"
|
|
tofu apply --auto-approve -input=false -parallelism=1 >&2
|
|
tofu output -json
|