Skip to content

Commit

Permalink
adds repository for nomad-smart-dial
Browse files Browse the repository at this point in the history
  • Loading branch information
ksatirli committed May 24, 2024
1 parent b0e8e84 commit ac9e433
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,27 @@ variable "repositories" {
allow_rebase_merge = false
delete_branch_on_merge = true
},
{
name = "nomad-smart-dial"
description = "Smart Dial for HashiCorp Nomad"
homepage_url = "https://github.com/workloads/nomad-smart-dial"
visibility = "private"
has_issues = true
has_wiki = false

topics = [
"arduino",
"esp32",
"m5stack",
"m5dial",
"nomad",
]

allow_merge_commit = false
allow_squash_merge = true
allow_rebase_merge = false
delete_branch_on_merge = true
},
{
name = "packer-templates"
description = "Packer Templates for commonly used Providers"
Expand Down

0 comments on commit ac9e433

Please sign in to comment.