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 }, }