e2e-test: use opentofu
All checks were successful
CI / ci (push) Successful in 1m21s

This commit is contained in:
Abel Luck 2025-06-03 14:43:58 +02:00
parent 1fc36c9cea
commit d362b9fdcf
2 changed files with 4 additions and 4 deletions

View file

@ -43,6 +43,6 @@ echo " ./tf plan"
echo " ./tf apply"
echo ""
echo "Or use the full command:"
echo " TF_CLI_CONFIG_FILE=.terraformrc terraform plan"
echo " TF_CLI_CONFIG_FILE=.terraformrc tofu plan"
echo ""
echo "Note: Using local .terraformrc to avoid modifying your global configuration."