From 8833638efb39f23eaad0d22e8266eaeff7483408 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Tue, 12 Sep 2023 10:20:15 -0700 Subject: [PATCH] migrating-to-octodns in examples README, wip statement --- examples/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 7c0f6ce..f3899e3 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,8 +1,20 @@ -Examples: +### This is all a WIP + +This is a WIP and will definitely be rough around the edges, but in the spirit +of not letting perfect get in the way of good enough, or really existing at +all. It's being uploaded as a starting point. PRs/suggestions welcome as are +ideas for other subjects to cover. + +### Examples * Getting started with a [basic octoDNS configuration](basic/) - new to octoDNS this is the place to start. It'll walk you through the main pieces of DNS IaC with octoDNS including the process of planning and applying changes. +* [Migrating to octoDNS](migrating-to-octodns/) - have an existing DNS setup + you'd like to bring into octoDNS check this example out right after + [basic](/basic). It'll walk you through the steps of using `octodns-dump` to + pull the existing data out of your provider into matching YAML config files on + disk. ### Running PowerDNS