diff --git a/cf_domains.yaml-example b/cf_domains.yaml-example new file mode 100644 index 0000000..df8264a --- /dev/null +++ b/cf_domains.yaml-example @@ -0,0 +1,10 @@ +domain1.com: + '@': your_root_domain1.com_dns_record_id_here + _id: your_domain1.com_zone_id_here + sub1: your_sub1.domain1.com_dns_record_id_here + sub2: your_sub2.domain1.com_dns_record_id_here +domain2.net: + '@': your_root_domain2.net_dns_record_id_here + _id: your_domain2.net_zone_id_here + sub1: sub1.domain2.net_dns_record_id_here + sub2: sub2.domain2.net_dns_record_id_here \ No newline at end of file