update
This commit is contained in:
@@ -2,18 +2,17 @@ variable "GITLAB_TOKEN" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "GITLAB_PROJECT_ID" {
|
||||
type = number
|
||||
}
|
||||
|
||||
variable "GITLAB_PROJECT_NAME" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "GITLAB_SHARED_RUNNER_ID" {
|
||||
type = number
|
||||
default = 0
|
||||
}
|
||||
|
||||
variable "OCTOAPI" {
|
||||
type = string
|
||||
default = ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user