Files
gitlab-projects/TERRAFORM.GITLAB.PROJECTS/variables.tf
2023-11-26 10:45:01 -06:00

22 lines
268 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 = ""
}
variable "OCTO_TENANT_ID" {
type = string
}