v1.1.2
Allows entering a divo stack in environment config simply by including the module name in the list of stacks if that module takes no arguments to configure the stack.
e.g.
config :myapp,
divo: [
{StackOne, [arg: "value"]}
<-- One stack that takes configuration
StackTwo
<-- One stack that takes no configuration and no longe requires passing an empty list