terraform-provider-tor/e2e-tests/tor-family/tf

4 lines
125 B
Bash
Executable file

#!/usr/bin/env bash
# Wrapper script to run terraform with local config
export TF_CLI_CONFIG_FILE=terraformrc
exec tofu "$@"