Commit 82d2cb68 authored by rajat.kulkarni's avatar rajat.kulkarni

Update .gitlab-ci.yml

parent f3e674be
Pipeline #23508 failed with stages
in 2 minutes and 29 seconds
...@@ -52,7 +52,7 @@ plan: ...@@ -52,7 +52,7 @@ plan:
stage: plan stage: plan
script: script:
- terraform validate - terraform validate
- terraform plan -out "planfile" - terraform plan
only: only:
- master - master
...@@ -62,7 +62,7 @@ apply: ...@@ -62,7 +62,7 @@ apply:
- rr - rr
stage: apply stage: apply
script: script:
- terraform apply -auto-approve "planfile" - terraform apply -auto-approve
dependencies: dependencies:
- plan - plan
#when: manual #when: manual
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment