Skip to content

Commit

Permalink
fix: run terraform test script (#90)
Browse files Browse the repository at this point in the history
* fix: run terraform test script

* chore: remove old file
  • Loading branch information
matt-FFFFFF authored Mar 1, 2025
1 parent b606f54 commit 951302e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion avm_scripts/run-terraform-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ find -type f -name 'terraform.tfstate*' -print0 | xargs -0 rm -rf

echo "==> Running terraform test in $TESTDIR..."

terraform init -test-directory=" -test$TESTDIR"
terraform init -test-directory="$TESTDIR"
terraform test -test-directory="$TESTDIR"
10 changes: 0 additions & 10 deletions avm_scripts/run-unit-test.sh

This file was deleted.

0 comments on commit 951302e

Please sign in to comment.