Skip to content
Snippets Groups Projects
Commit a2704002 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

added terraform -auto-approve

parent 5048d34b
No related branches found
No related tags found
No related merge requests found
Pipeline #7878 failed with stages
in 9 seconds
...@@ -20,7 +20,7 @@ build_packer: ...@@ -20,7 +20,7 @@ build_packer:
script: script:
- terraform --version - terraform --version
- terraform init - terraform init
- terraform apply - terraform apply --auto-approve
unit-test-job: # This job runs in the test stage. unit-test-job: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully. stage: test # It only starts when the job in the build stage completes successfully.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment