From 1f44fa2316e62e4f776598914a7c7bbb3eeec186 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Wed, 6 Nov 2024 11:36:04 -0800 Subject: [PATCH] Update default.tfvars --- varfiles/default.tfvars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/varfiles/default.tfvars b/varfiles/default.tfvars index e04800f..8a4ba63 100644 --- a/varfiles/default.tfvars +++ b/varfiles/default.tfvars @@ -18,8 +18,8 @@ repolist = [ description = "Tracking all repos and documentation for Github Actions" repo_org = "CSVD" name = "Github-Actions-Project" - is_template = true - is_private = true + is_template = false + is_private = false repo_topics = [ "terraform-tools", "github-actions"