diff --git a/variables.tf b/variables.tf index 948b738..dc9b6f6 100644 --- a/variables.tf +++ b/variables.tf @@ -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" }