FAST: revert 00-cicd provider changes

This commit is contained in:
Ludovico Magnocavallo 2022-09-28 14:27:17 +02:00
parent accafd9ab9
commit f2eb424d55
1 changed files with 8 additions and 0 deletions

View File

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