Skip to content

Commit

Permalink
FAST: revert 00-cicd provider changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo committed Sep 28, 2022
1 parent accafd9 commit f2eb424
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fast/stages/00-cicd/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}


0 comments on commit f2eb424

Please sign in to comment.