This commit is contained in:
2023-12-19 08:14:10 -06:00
parent 9c52840bc5
commit b3f21b6113
3 changed files with 16 additions and 9 deletions

View File

@@ -11,6 +11,11 @@ variable "GITLAB_SHARED_RUNNER_ID" {
default = 0
}
variable "Enable_OCTOAPI" {
type = bool
default = false
}
variable "OCTOAPI" {
type = string
default = ""