module "minitor" { source = "./service" name = "minitor" image = "iamthefij/minitor-go:1.2" args = ["-metrics", "-config=$${NOMAD_TASK_DIR}/config.yml"] service_port = 8080 prometheus = true templates = [ { data = <