This commit is contained in:
2023-11-21 18:37:36 -06:00
parent 636ef8a377
commit 1d9c903591
3 changed files with 56 additions and 11 deletions

View File

@@ -1,3 +1,15 @@
variable "GITLAB_TOKEN {
type = string
}
variable "GITLAB_TOKEN" {
type = string
}
variable "GITLAB_PROJECT_ID" {
type = number
}
variable "GITLAB_PROJECT_NAME" {
type = string
}
variable "GITLAB_SHARED_RUNNER_ID" {
type = number
}