From 4a3084dba857d17f0d284049838fd7ffe8d5cca6 Mon Sep 17 00:00:00 2001
From: Yohei Kawase <ykawase@gitlab.com>
Date: Mon, 26 Feb 2024 05:06:51 +0000
Subject: [PATCH] Update terraform config

---
 templates/Terraform.gitlab-ci.yml        | 2 +-
 templates/Terraform.latest.gitlab-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/Terraform.gitlab-ci.yml b/templates/Terraform.gitlab-ci.yml
index c276584..cd8ab15 100644
--- a/templates/Terraform.gitlab-ci.yml
+++ b/templates/Terraform.gitlab-ci.yml
@@ -4,7 +4,7 @@
 # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform.gitlab-ci.yml
 
 include:
-  - local: Terraform/Base.gitlab-ci.yml
+  - local: /templates/Terraform/Base.gitlab-ci.yml
   - template: Jobs/SAST-IaC.gitlab-ci.yml   # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Jobs/SAST-IaC.gitlab-ci.yml
 
 stages:
diff --git a/templates/Terraform.latest.gitlab-ci.yml b/templates/Terraform.latest.gitlab-ci.yml
index 6c96e58..1c824e7 100644
--- a/templates/Terraform.latest.gitlab-ci.yml
+++ b/templates/Terraform.latest.gitlab-ci.yml
@@ -4,7 +4,7 @@
 # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml
 
 include:
-  - local: Terraform/Base.latest.gitlab-ci.yml  # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Terraform/Base.latest.gitlab-ci.yml
+  - local: /templates/Terraform/Base.latest.gitlab-ci.yml  # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Terraform/Base.latest.gitlab-ci.yml
   - template: Jobs/SAST-IaC.latest.gitlab-ci.yml   # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Jobs/SAST-IaC.latest.gitlab-ci.yml
 
 stages:
-- 
GitLab