From c46b614d86a0ab1d8d2b760d728092df8186e6e5 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 26 Nov 2023 12:14:02 -0600 Subject: [PATCH] [skip ci] --- .octopus/variables.ocl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.octopus/variables.ocl b/.octopus/variables.ocl index f40626f..1da0eb5 100644 --- a/.octopus/variables.ocl +++ b/.octopus/variables.ocl @@ -12,4 +12,15 @@ variable "TF_INIT" { variable "GITLAB_PROJECT_ID" { value "52389386" {} +} + +variable "RUNSPACE_GITLAB_PROJECT_IMPORT" { + value { + process = ["runbook/import-project"] + + prompt { + description = "" + label = "" + } + } } \ No newline at end of file