From ee0b6d6b2a2ee324e35da2109f908abb6590c6a7 Mon Sep 17 00:00:00 2001 From: Agustin Ramirez Date: Tue, 19 Jul 2022 11:07:05 -0500 Subject: [PATCH] FIX: 00-cicd stage - Gitlab and Github providers --- fast/stages/00-cicd/versions.tf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fast/stages/00-cicd/versions.tf b/fast/stages/00-cicd/versions.tf index c01e5da0..c8c3c069 100644 --- a/fast/stages/00-cicd/versions.tf +++ b/fast/stages/00-cicd/versions.tf @@ -23,6 +23,16 @@ terraform { source = "hashicorp/google-beta" version = ">= 4.20.0" # tftest } + + github = { + source = "integrations/github" + version = "~> 4.0" + } + + gitlab = { + source = "gitlabhq/gitlab" + version = ">= 3.16.1" + } } }