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

add flag --auto-approve to tf apply

parent 1f95053c
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #7880 failed with stages
in 32 seconds
......@@ -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.
......
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