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" + } } }