Files
gitlab-projects/TERRAFORM.GITLAB.PROJECTS/variables.tf
2023-11-23 12:46:58 -06:00

20 lines
242 B
HCL

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