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

5 lines
125 B
Text
Raw Normal View History

2025-06-03 14:28:37 +02:00
#!/usr/bin/env bash
# Wrapper script to run terraform with local config
export TF_CLI_CONFIG_FILE=terraformrc
2025-06-03 14:28:37 +02:00
exec tofu "$@"