title: Values provided by the environment are not asked interactively

config:
    env-map:
        boolean: IC_TEST_BOOL
        nested: IC_TEST_NESTED

environment:
    IC_TEST_BOOL: 'true'
    IC_TEST_NESTED: '{foo: env_foo, bar: [env, test, null]}'

interactive: true

requested_params:
    another:
        default: test
        input: 'null'
