gitlab-group/provider.tf

9 lines
121 B
Terraform
Raw Normal View History

2024-09-14 12:28:57 +00:00
terraform {
required_providers {
2024-09-14 14:07:11 +00:00
gitlab = {
source = "gitlabhq/gitlab"
version = "17.3.1"
}
2024-09-14 12:28:57 +00:00
}
}