Files
gitlab-group/provider.tf

9 lines
121 B
Terraform
Raw Normal View History

2024-09-14 12:28:57 +00:00
terraform {
required_providers {
2025-11-01 23:37:52 +01:00
gitlab = {
source = "gitlabhq/gitlab"
version = "18.0.0"
}
2024-09-14 12:28:57 +00:00
}
}