4 lines
73 B
Text
4 lines
73 B
Text
|
#!/usr/bin/env bash
|
||
|
export TF_CLI_CONFIG_FILE=terraformrc
|
||
|
exec tofu "$@"
|