chore: defaults

This commit is contained in:
2025-11-01 23:37:52 +01:00
parent b89b538c6e
commit a88d8da4ed
8 changed files with 251 additions and 9 deletions

View File

@@ -1,5 +1,8 @@
terraform {
required_providers {
//Provider name
gitlab = {
source = "gitlabhq/gitlab"
version = "18.0.0"
}
}
}