1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Files
github-octodns/tests/config/dynamic-config.yaml
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