diff --git a/README-fr.md b/README-fr.md
index bb5266ee44f7e0a1824663af7713ea3c869f039f..84088bb1fffd6998be59d3803dd7ffbdf5495a39 100644
--- a/README-fr.md
+++ b/README-fr.md
@@ -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.
diff --git a/templates/pipeline/terraform.yml b/templates/pipeline/terraform.yml
new file mode 100644
index 0000000000000000000000000000000000000000..7c9abaadb418defe13faf50842cd3c928bdd54f9
--- /dev/null
+++ b/templates/pipeline/terraform.yml
@@ -0,0 +1,21 @@
+# 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'