Add e2e test using opentofu cli

This commit is contained in:
Abel Luck 2025-06-03 14:28:37 +02:00
parent bd06c2e4b3
commit 6b623eb3a3
8 changed files with 180 additions and 5 deletions

5
e2e-test/tf Executable file
View file

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