Skip to content

Commit

Permalink
🌐 Add docs CNAME (#4457)
Browse files Browse the repository at this point in the history
* 🌐 Add docs CNAME

* 🚨 fix linting error
  • Loading branch information
bagg3rs authored Jun 4, 2024
1 parent 1ddde73 commit 3857489
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ module "route53_records" {
zone_id = module.route53_zones.route53_zone_zone_id["analytical-platform.service.justice.gov.uk"]

records = [
{
name = "docs"
type = "CNAME"
ttl = 300
records = [
"ministryofjustice.github.io."
]
},
{
name = "compute.development"
type = "NS"
Expand Down

0 comments on commit 3857489

Please sign in to comment.