From 85f8429b09325346493108da99049688f6f99fa4 Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Fri, 14 Feb 2025 12:50:28 -0800 Subject: [PATCH] Update variables.tf --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 128c9f6..717a775 100644 --- a/variables.tf +++ b/variables.tf @@ -47,7 +47,7 @@ variable "github_has_projects" { default = true } variable "github_has_issues" { - default = false + default = true } variable "github_has_wiki" { default = true