From c50cd04e2e7236de852ad7a45af21bac9642c9ae Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Wed, 16 Oct 2024 14:39:51 -0700 Subject: [PATCH] Update default.tfvars --- varfiles/default.tfvars | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/varfiles/default.tfvars b/varfiles/default.tfvars index 44fca23..6aaa903 100644 --- a/varfiles/default.tfvars +++ b/varfiles/default.tfvars @@ -3,6 +3,16 @@ image_pipeline_workflows = { } repolist = [ + { + description = "Module for attaching Actions and Environments to target repos" + repo_org = "CSVD" + name = "terraform-git-workspace" + is_private = false + repo_topics = [ + "terraform-tools", + "github-actions" + ] + }, { description = "Managing AWS CSVD Secrets" repo_org = "CSVD"