From 3a44f75a00c46dfa2ee036992effa440fe939733 Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Wed, 14 Jun 2023 15:05:40 -0500
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb7cd37..a71c1ea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ build_packer:
   script:
     - terraform --version
     - terraform init
-    - terraform apply --auto-approve
+    - terraform apply -auto-approve
 
 unit-test-job:   # This job runs in the test stage.
   stage: test    # It only starts when the job in the build stage completes successfully.
-- 
GitLab