Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
}
Loading