terraform-provider-stackitp.../sample/tf.sh
2025-12-11 09:59:41 +01:00

7 lines
148 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
terraform "$1"