FIX: 00-cicd stage - Gitlab and Github providers

This commit is contained in:
Agustin Ramirez 2022-07-19 11:07:05 -05:00 committed by GitHub
parent a051c54f1f
commit ee0b6d6b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

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