terraform-provider-tor/e2e-test/tf

5 lines
127 B
Bash
Executable file

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