terraform-provider-stackitp.../sample/tofu.sh

7 lines
143 B
Bash
Executable file

#!/usr/bin/env bash
# copy or rename sample.tfrc.example and adjust it
TERRAFORM_CONFIG=$(pwd)/sample.tfrc
export TERRAFORM_CONFIG
tofu "$1"