From c5063efa8a781a309b650b67abbe346ec9cdfc74 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 24 Mar 2023 12:18:59 -0400 Subject: [PATCH] add info --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e69de29..089575e 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,10 @@ +# aws-dns + +This collection of submodules will enable adding various DNS entries through Terraform, takes care of a number of +steps, and also creates a heritage record for each entry. This heritage record allows us to know when an entry was created, +what region and account it's in, and additional optional details. + +The following resource record types are available: + +* [Alias record CNAME](cname) +