/dhall-nomad-v1.0.0/types/TaskConfig.dhall
Copy path to clipboardSource
let Prelude = ../Prelude.dhall
let JSON = Prelude.JSON.Type
in < Docker : ./Docker/DockerConfig.dhall
| RawExec : ./RawExec.dhall
| Custom : JSON
>
let Prelude = ../Prelude.dhall
let JSON = Prelude.JSON.Type
in < Docker : ./Docker/DockerConfig.dhall
| RawExec : ./RawExec.dhall
| Custom : JSON
>