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

Update gitlab-ci.yml

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