From 5f20c11b5731840b698e46f9d7c7097b47e1234a Mon Sep 17 00:00:00 2001 From: "agusramirez@google.com" Date: Tue, 19 Jul 2022 11:20:56 -0500 Subject: [PATCH] FIX: 00-cicd stage - Gitlab and Github providers --- fast/stages/00-cicd/versions.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fast/stages/00-cicd/versions.tf b/fast/stages/00-cicd/versions.tf index c8c3c069..f577c249 100644 --- a/fast/stages/00-cicd/versions.tf +++ b/fast/stages/00-cicd/versions.tf @@ -23,15 +23,15 @@ terraform { source = "hashicorp/google-beta" version = ">= 4.20.0" # tftest } - + github = { source = "integrations/github" - version = "~> 4.0" + version = "~> 4.0" } - + gitlab = { source = "gitlabhq/gitlab" - version = ">= 3.16.1" + version = ">= 3.16.1" } } }