feat: initial commit
This commit is contained in:
commit
94c046e7e7
11 changed files with 89 additions and 0 deletions
8
versions.tf
Normal file
8
versions.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
gitlab = {
|
||||
source = "gitlabhq/gitlab"
|
||||
version = ">=3.5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in a new issue