7 lines
143 B
Bash
Executable file
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"
|