Add e2e test using opentofu cli
This commit is contained in:
parent
bd06c2e4b3
commit
6b623eb3a3
8 changed files with 180 additions and 5 deletions
5
e2e-test/tf
Executable file
5
e2e-test/tf
Executable 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 "$@"
|
Loading…
Add table
Add a link
Reference in a new issue