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

Update .gitlab-ci.yml

parent bc3f1689
Pipeline #23370 failed
...@@ -4,7 +4,12 @@ ...@@ -4,7 +4,12 @@
# - '/usr/bin/env' # - '/usr/bin/env'
#- 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' #- 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
image: registry.gitlab.com/gitlab-org/terraform-images/stable:latest #image: registry.gitlab.com/gitlab-org/terraform-images/stable:latest
include:
-template:Terraform.latest.gitlab-ci.yml
variables: variables:
TF_VAR_ACCESS_KEY: ${AWS_ACCESS_KEY_ID} TF_VAR_ACCESS_KEY: ${AWS_ACCESS_KEY_ID}
...@@ -12,6 +17,7 @@ variables: ...@@ -12,6 +17,7 @@ variables:
TF_VAR_AWS_REGION: ${AWS_DEFAULT_REGION} TF_VAR_AWS_REGION: ${AWS_DEFAULT_REGION}
cache: cache:
paths: paths:
- .terraform - .terraform
......
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