Files
gitlab-projects/TERRAFORM.GITLAB.PROJECTS/variables.tf
2023-11-25 19:58:22 -06:00

19 lines
222 B
HCL

variable "GITLAB_TOKEN" {
type = string
}
variable "GITLAB_PROJECT_NAME" {
type = string
}
variable "GITLAB_SHARED_RUNNER_ID" {
type = number
default = 0
}
variable "OCTOAPI" {
type = string
default = ""
}