gitlab-group/provider.tf

9 lines
121 B
HCL

terraform {
required_providers {
gitlab = {
source = "gitlabhq/gitlab"
version = "17.3.1"
}
}
}