YAML-Loader (yaml
, yml
)
Parses YAML files and returns the object as-is. No options are available for this loader.
Loader name: yaml
or yml
Input type: YAML-format
Default file extension: .yaml
or .yml
Output type: YAML-format
Example of resource definition in YAML-format:
name: resource_name # if omitted, name defaults to path
input: ./path/to/file # obligatory
loader: yaml # required, if file extension other than `.yaml` or `.yml`