Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 661862b6 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

feat: add terraform pipeline template

parent 3f4ad130
No related tags found
No related merge requests found
Pipeline #2046 failed
......@@ -96,7 +96,7 @@ node:test:
#### Les étapes
##### info
##### Info
Cette étape sert à informer les utilisateurs de la CI.
On peut y mettre un peu ce que l'on veut.
......
# Pipeline template for a Terraform code
#
# This template always use the jobs with the same tag
# of the called pipeline.
# If you include the pipeline 0.1.0 the jobes
# of the tag 0.1.0 are used.
#
# For use this pipeline :
#
# include:
# - project: 'lydra/gitlab-ci-templates'
# ref: '0.1.0'
# file:
# - '/templates/pipeline/ansible.yml'
include:
- project: 'lydra/gitlab-ci-templates'
ref: '0.1.0'
file:
- '/templates/stages.yml'
- '/templates/job/terraform/lint.yml'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment