From 51b33d022aadb893ac10e51959249c545736b435 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Thu, 14 Nov 2024 18:19:54 -0500 Subject: [PATCH] adding service-catalog workspace --- varfiles/default.tfvars | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/varfiles/default.tfvars b/varfiles/default.tfvars index 8a4ba63..de8a47b 100644 --- a/varfiles/default.tfvars +++ b/varfiles/default.tfvars @@ -3,6 +3,16 @@ image_pipeline_workflows = { } repolist = [ + { + description = "service-catalog-workspace" + repo_org = "CSVD" + name = "service-catalog-workspace" + is_template = true + is_private = false + repo_topics = [ + "terraform-tools", + ] + }, { description = "Workspace for ghe-runners and github-runner-image" repo_org = "CSVD"