Files
2023-09-18 21:16:50 -07:00

32 lines
460 B
YAML

providers:
in:
class: octodns.provider.yaml.YamlProvider
directory: tests/config
in2:
class: octodns.provider.yaml.YamlProvider
directory: tests/config/split
dump:
class: octodns.provider.yaml.YamlProvider
directory: env/YAML_TMP_DIR
zones:
'*.one':
sources:
- in
targets:
- dump
'*.two':
sources:
- in2
targets:
- dump
subzone.unit.tests.:
sources:
- in
targets:
- dump