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