Sometimes we have a case where a module may need to define a conditional parameter where if the condition evaluates to true, the prompt is offered to the user but if it evaluates to false, the module can specify a default, or fallback value.
Right now we don't allow the module to set the default value.