Commit 6d1a0bf5 authored by rajat.kulkarni's avatar rajat.kulkarni

Update .gitlab-ci.yml

parent 284676e2
Pipeline #23122 failed with stages
in 1 second
...@@ -13,16 +13,16 @@ variables: ...@@ -13,16 +13,16 @@ variables:
TF_VAR_AWS_REGION: ${AWS_DEFAULT_REGION} TF_VAR_AWS_REGION: ${AWS_DEFAULT_REGION}
cache:
paths:
- .terraform
stages: stages:
- build - build
- plan - plan
- apply - apply
- destroy - destroy
.common:
image:
name: hashicorp/terraform:0.14.2
build: build:
tags: tags:
......
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