If we have a list of hashes in yaml config, the dynamic values is not evaluated. like following the dynamic value will not be evaluated. ```yaml config: system_props: - name: prop1 value: <%= env_PROP! %> ```