chore: defaults

This commit is contained in:
2025-11-01 23:32:29 +01:00
parent 4ab78f9af9
commit a281039ae7
9 changed files with 550 additions and 10 deletions

View File

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