- manage nomad jobs - create makefile - create gitignore - manage terragrunt environments - add build/deploy jobs
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#variable "nomad_token" {
|
||||
# description = "The Nomad API token"
|
||||
# type = string
|
||||
#}
|
||||
|
||||
variable "job_files" {
|
||||
description = "List of Nomad job files to deploy"
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
variable "policy_files" {
|
||||
description = "List of policy files to create Nomad ACL policies"
|
||||
type = list(string)
|
||||
}
|
||||
Reference in New Issue
Block a user