Skip to content

Commit

Permalink
Appliance test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Mar 25, 2024
1 parent 5e1896c commit 926b39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/test-module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform validate
# Create
terraform plan $2
terraform apply -auto-approve $2
terraform plan $2 | grep "No changes"
# terraform plan $2 | grep "No changes"
sleep 1
terraform destroy -auto-approve $2
popd

0 comments on commit 926b39a

Please sign in to comment.