From a270400218d2e251027a25405cc723684af9d72a Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Wed, 14 Jun 2023 15:03:33 -0500 Subject: [PATCH] added terraform -auto-approve --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 741c28e..eb7cd37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ build_packer: script: - terraform --version - terraform init - - terraform apply + - 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