Skip to content

Commit

Permalink
CCM-5204 add some initial docs regarding DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundcraske2-nhs committed Jun 20, 2024
1 parent c943450 commit 246edda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ nav_order: 1
[![CI/CD Pull Request](https://github.com/NHSDigital/nhs-notify-dns/actions/workflows/cicd-1-pull-request.yaml/badge.svg)](https://github.com/NHSDigital/nhs-notify-repository-dns/actions/workflows/cicd-1-pull-request.yaml)

## NHS Notify DNS Developer Documentation

This repo contains the terraform code used to manage the DNS domains used by NHS Notify, and enables delegating of subdomains to child project domains/accounts.

At present as there is not a defined way of setting up the prerequisites in an automated fashion, and code in this repo has no access to child project domain accounts, a Route 53 Delegation Set https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_delegation_set should be created, and the nameservers given should then be used within this repo to create the necessary NS records to delegate the DNS subdomain(s) required so that the child project domain can use them as required.

0 comments on commit 246edda

Please sign in to comment.