Commit 374fd0ea authored by rajat.kulkarni's avatar rajat.kulkarni

Update gitlab-ci.yml

parent f052493d
......@@ -26,7 +26,7 @@ stages:
build:
tags:
- rs
- rr
stage: build
script:
- terraform --version
......@@ -38,7 +38,7 @@ build:
plan:
tags:
- rs
- rr
stage: plan
script:
- terraform plan
......@@ -47,7 +47,7 @@ plan:
apply:
tags:
- rs
- rr
stage: apply
script:
- terraform apply
......@@ -60,7 +60,7 @@ apply:
destroy:
tags:
- rs
- rr
stage: destroy
script:
- echo "Destroying resources"
......
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