feat/add-job-variables #2

Merged
lanson merged 6 commits from feat/add-job-variables into main 2024-02-25 11:45:13 +00:00
Showing only changes of commit 2830930c3c - Show all commits

View File

@ -6,7 +6,7 @@ variable "jobs" {
}
variable "jobs_variables" {
type = map(object({}))
type = map(map(string))
default = {}
description = "Map of object to pass variables to the nomad job(s). Key is the job's name, value is a map of variables and their values"
}