From 19ab3ee0d6492dcd805db20989e90eacafe72400 Mon Sep 17 00:00:00 2001 From: Rafael Bertelli Date: Thu, 2 Apr 2026 13:03:40 -0300 Subject: [PATCH] feat(terraform): add wzz-bud repository config Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- terraform.tfvars | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/terraform.tfvars b/terraform.tfvars index 9444ac8..43adce7 100644 --- a/terraform.tfvars +++ b/terraform.tfvars @@ -160,6 +160,23 @@ repositories = { topics = [] + vulnerability_alerts = true + }, + "wzz-bud" = { + description = "" + visibility = "private" + + has_issues = true + has_wiki = true + has_downloads = true + has_projects = true + + auto_init = false + gitignore_template = "Rust" + license_template = "" + + topics = [] + vulnerability_alerts = true }, }