From 6ec4106a66dbc4f9aa7ce6a99bfdcb351ed77972 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Tue, 5 Nov 2024 20:20:18 -0800 Subject: [PATCH] Update default.tfvars --- varfiles/default.tfvars | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/varfiles/default.tfvars b/varfiles/default.tfvars index 33fb6ab..e04800f 100644 --- a/varfiles/default.tfvars +++ b/varfiles/default.tfvars @@ -91,12 +91,13 @@ repolist = [ ] }, { - description = "test repo for github-terraform workspaces" + description = "Home for github-terraform workspaces" repo_org = "CSVD" name = "github-workspaces" is_private = false repo_topics = [ - "github-actions" + "github-actions", + "github-workspace" ] } ]