From 6b28d18c013b8cf0249d0c43be2c83dca5deb51c Mon Sep 17 00:00:00 2001 From: Michael Barroco Date: Thu, 7 Dec 2023 17:07:14 -0500 Subject: [PATCH] Update test script --- deploy/operations/ci/aws-1/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/operations/ci/aws-1/test.sh b/deploy/operations/ci/aws-1/test.sh index ece8e05f6..28ec045a6 100755 --- a/deploy/operations/ci/aws-1/test.sh +++ b/deploy/operations/ci/aws-1/test.sh @@ -17,8 +17,8 @@ clean () { terraform destroy -auto-approve } -clean terraform init +clean terraform plan #terraform apply -auto-approve clean