From f2eb424d559ed9eda9f53d31f5754f25f9e65ada Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Wed, 28 Sep 2022 14:27:17 +0200 Subject: [PATCH] FAST: revert 00-cicd provider changes --- fast/stages/00-cicd/versions.tf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fast/stages/00-cicd/versions.tf b/fast/stages/00-cicd/versions.tf index 8abac788..3a6a1ed8 100644 --- a/fast/stages/00-cicd/versions.tf +++ b/fast/stages/00-cicd/versions.tf @@ -24,6 +24,14 @@ terraform { version = ">= 4.32.0" # tftest } } + github = { + source = "integrations/github" + version = "~> 4.0" + } + gitlab = { + source = "gitlabhq/gitlab" + version = ">= 3.16.1" + } }