Commit c24a949c authored by rajat.kulkarni's avatar rajat.kulkarni

Update .gitlab-ci.yml

parent e3c39bcd
Pipeline #23511 failed with stages
in 34 seconds
......@@ -52,7 +52,7 @@ plan:
stage: plan
script:
- terraform validate
- terraform plan -out "config.terraform"
- terraform plan -out config.plan
only:
- master
......@@ -62,7 +62,7 @@ apply:
- rr
stage: apply
script:
- terraform apply -auto-approve "config.terraform"
- terraform apply config.plan
dependencies:
- plan
#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