FIX: 00-cicd stage - Gitlab and Github providers

This commit is contained in:
agusramirez@google.com 2022-07-19 11:20:56 -05:00
parent ee0b6d6b2a
commit 5f20c11b57
1 changed files with 4 additions and 4 deletions

View File

@ -23,15 +23,15 @@ terraform {
source = "hashicorp/google-beta" source = "hashicorp/google-beta"
version = ">= 4.20.0" # tftest version = ">= 4.20.0" # tftest
} }
github = { github = {
source = "integrations/github" source = "integrations/github"
version = "~> 4.0" version = "~> 4.0"
} }
gitlab = { gitlab = {
source = "gitlabhq/gitlab" source = "gitlabhq/gitlab"
version = ">= 3.16.1" version = ">= 3.16.1"
} }
} }
} }