diff --git a/varfiles/default.tfvars b/varfiles/default.tfvars index 4e57284..33fb6ab 100644 --- a/varfiles/default.tfvars +++ b/varfiles/default.tfvars @@ -14,6 +14,17 @@ repolist = [ "github-actions" ] }, + { + description = "Tracking all repos and documentation for Github Actions" + repo_org = "CSVD" + name = "Github-Actions-Project" + is_template = true + is_private = true + repo_topics = [ + "terraform-tools", + "github-actions" + ] + }, { description = "Module for attaching Actions and Environments to target repos" repo_org = "CSVD"