Skip to content

Commit

Permalink
Adding opentofu support.
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Wade <[email protected]>
  • Loading branch information
swade1987 committed May 3, 2024
1 parent 6d88b32 commit 1db2c7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ jobs:
- name: Build provider
run: |
make build
make terraformrc
trc="${PWD}/.terraformrc"
make tofurc
trc="${PWD}/.tofurc"
echo "TF_CLI_CONFIG_FILE=${trc}" >> "$GITHUB_ENV"
- name: Apply Terraform
run: |
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ lint:

terraformrc:
cat .terraformrc.tmpl | envsubst > .terraformrc

tofurc:
cat .terraformrc.tmpl | envsubst > .tofurc

0 comments on commit 1db2c7e

Please sign in to comment.