update
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user