From ee495ff4c89e1903da6e704a50cbaf002c8ad4a7 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:28:21 +0200 Subject: [PATCH] document domain-redirects --- service-catalog/dns/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service-catalog/dns/README.md b/service-catalog/dns/README.md index 822d329..e1a829c 100644 --- a/service-catalog/dns/README.md +++ b/service-catalog/dns/README.md @@ -2,6 +2,8 @@ - The [terraform/dns] module configures DNS records of resources **not** managed by Terraform. - The [terraform/dns-delegation] module configures the `rust-lang.net` domain +- The [terraform/domain-redirects] module configures domain redirects (e.g. `cratesio.com` to `crates.io`). [terraform/dns]: https://github.com/rust-lang/simpleinfra/tree/master/terraform/dns [terraform/dns-delegation]: https://github.com/rust-lang/simpleinfra/tree/master/terraform/dns-delegation +[terraform/domain-redirects]: https://github.com/rust-lang/simpleinfra/tree/master/terraform/domain-redirects