diff --git a/scripts/create-zone.py b/scripts/create-zone.py index 922ff6f..36de8f5 100644 --- a/scripts/create-zone.py +++ b/scripts/create-zone.py @@ -8,7 +8,7 @@ # USER ACTION # ---------------------------------------------------- # List of zone names to process -ZONE_NAMES = ["zone1", "zone2"] +ZONE_NAMES = ["justice.gov.uk"] # Toggle auto-import behavior AUTO_IMPORT = False diff --git a/scripts/lib/HostedZone.py b/scripts/lib/HostedZone.py index 878d562..c0006c1 100644 --- a/scripts/lib/HostedZone.py +++ b/scripts/lib/HostedZone.py @@ -48,13 +48,16 @@ def get_records(self): """Returns Records in Hosted Zone owned by this object Returns: - dict: Dict holding all records in Hosted Zone owned by this object + list: List holding all records in Hosted Zone owned by this object """ - return self.client.list_resource_record_sets( - HostedZoneId=self.id, - MaxItems='250' - )['ResourceRecordSets'] + records = [] + paginator = self.client.get_paginator('list_resource_record_sets') + + for page in paginator.paginate(HostedZoneId=self.id): + records.extend(page['ResourceRecordSets']) + + return records def get_tags(self): """Returns tags for Hosted Zone owned by this object diff --git a/terraform/justice.gov.uk.tf b/terraform/justice.gov.uk.tf index 4d6501d..df6908d 100644 --- a/terraform/justice.gov.uk.tf +++ b/terraform/justice.gov.uk.tf @@ -1,7 +1,8 @@ module "justice_gov_uk_zone" { source = "./modules/route53/zone" - name = "justice.gov.uk" + name = "justice.gov.uk." + tags = { component = "None" } @@ -20,18 +21,18 @@ module "justice_gov_uk_records" { records = [ "0 justice-gov-uk.mail.protection.outlook.com." ] - }, + }, { name = "justice.gov.uk." type = "NS" ttl = 172800 records = [ - "ns-160.awsdns-20.com.", - "ns-1534.awsdns-63.org.", - "ns-1586.awsdns-06.co.uk.", + "ns-160.awsdns-20.com.", + "ns-1534.awsdns-63.org.", + "ns-1586.awsdns-06.co.uk.", "ns-987.awsdns-59.net." ] - }, + }, { name = "justice.gov.uk." type = "SOA" @@ -39,25 +40,25 @@ module "justice_gov_uk_records" { records = [ "ns-160.awsdns-20.com. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400" ] - }, + }, { name = "justice.gov.uk." type = "TXT" ttl = 600 records = [ - "atlassian-domain-verification=eZYa71sfUYC3GKWDAnR6IDBAD7m0PkEaKKOYkM2cjWj8or0XT0PwqvFpqTLtaNby", - "v=spf1 ip4:194.33.196.0/24 ip4:194.33.192.0/24 include:spf.protection.outlook.com include:_spf.google.com include:mail-relay.staff.service.justice.gov.uk -all", - "QuoVadis=7646126a-d75d-4bfd-8fc3-138170e3f362", - "MS=ms58266631", - "BTUhp9Uq4ukuVfeGN5jrIsf32ll79sBSGRw0qc+3XoO2ewFCNNdhMIMb+tj5xdom8y7CWGgxtthH/9mE/p8+Yg==", - "2022100614445019nl5f39osxxoy14p9la8sh5vxah0exxp0ime2mh0w4tu19egv", - "amazonses:7TpoWZygS3NuQ4e4VDNJ7yM1uQtxz7ZTVuPQ57Njtog=", - "miro-verification=9f7733fab8b41c5d9bbbf63c043f10dcfec77dab", - "apple-domain-verification=KiQwp8vi9tLuxYuq", - "Dynatrace-site-verification=b3468c91-d00e-4550-b156-92df0139d471__5ae4ot4eoj67h6tepojhf93del", + "v=spf1 ip4:194.33.196.0/24 ip4:194.33.192.0/24 include:spf.protection.outlook.com include:_spf.google.com include:mail-relay.staff.service.justice.gov.uk -all", + "QuoVadis=7646126a-d75d-4bfd-8fc3-138170e3f362", + "MS=ms58266631", + "BTUhp9Uq4ukuVfeGN5jrIsf32ll79sBSGRw0qc+3XoO2ewFCNNdhMIMb+tj5xdom8y7CWGgxtthH/9mE/p8+Yg==", + "amazonses:7TpoWZygS3NuQ4e4VDNJ7yM1uQtxz7ZTVuPQ57Njtog=", + "miro-verification=9f7733fab8b41c5d9bbbf63c043f10dcfec77dab", + "apple-domain-verification=KiQwp8vi9tLuxYuq", + "Dynatrace-site-verification=b3468c91-d00e-4550-b156-92df0139d471__5ae4ot4eoj67h6tepojhf93del", + "2022100614445019nl5f39osxxoy14p9la8sh5vxah0exxp0ime2mh0w4tu19egv", + "atlassian-domain-verification=eZYa71sfUYC3GKWDAnR6IDBAD7m0PkEaKKOYkM2cjWj8or0XT0PwqvFpqTLtaNby", "paloaltonetworks-site-verification=0b174a69a0bbb0078f1b18f4bac05c0bd943f50b2e279ea920cfe4e085ec4a48" ] - }, + }, { name = "#civilmediation.justice.gov.uk." type = "A" @@ -65,16 +66,32 @@ module "justice_gov_uk_records" { records = [ "92.63.139.212" ] - }, + }, { name = "_amazonses.justice.gov.uk." type = "TXT" ttl = 300 records = [ - "V9UFWT58TFN4bvzNq3kucIBHJ0LvG2tzcyO4XMcux5M=", + "V9UFWT58TFN4bvzNq3kucIBHJ0LvG2tzcyO4XMcux5M=", "7TpoWZygS3NuQ4e4VDNJ7yM1uQtxz7ZTVuPQ57Njtog=" ] - }, + }, + { + name = "_asvdns-ebe2abbc-32c6-428c-92c1-0406c6926248.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "asvdns_9b30dc48-4ae8-41f0-868b-a71c6ec7b65a" + ] + }, + { + name = "_dmarc.justice.gov.uk." + type = "TXT" + ttl = 3600 + records = [ + "v=DMARC1;p=reject;sp=reject;rua=mailto:dmarc-rua@dmarc.service.gov.uk" + ] + }, { name = "_dmarc_legacydomain_policy.justice.gov.uk." type = "TXT" @@ -82,7 +99,7 @@ module "justice_gov_uk_records" { records = [ "v=DMARC1;p=reject;rua=mailto:dmarc-rua@dmarc.service.gov.uk" ] - }, + }, { name = "_dmarc_ttp_policy.justice.gov.uk." type = "TXT" @@ -90,7 +107,7 @@ module "justice_gov_uk_records" { records = [ "v=DMARC1;p=reject;sp=reject;rua=mailto:dmarc-rua@dmarc.service.gov.uk" ] - }, + }, { name = "_dnsauth.justice.gov.uk." type = "TXT" @@ -98,7 +115,15 @@ module "justice_gov_uk_records" { records = [ "k85gchvy2hq9nrf470ljl9bd9hb8v495" ] - }, + }, + { + name = "dkim.co._domainkey.justice.gov.uk." + type = "TXT" + ttl = 60 + records = [ + "v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4qJi51KV7QeEoq6NT3KdI33PpanNW7emjHVt1twUB9UfKO6YeFihVHfHFfw/IVYOJ8malWOHkVHeP2DOCXg1dJYNmxER/5wnHpVaIjIU1FnoRAnLTLmgU0QqeEzhG8\"\"xd6edSMgKj+GnpTb/zja0aNyKNi4Osd8sRXwwY/Fa7n2yT4JT/XgDCjnK591+jtVcOzqPGGD1wyaZSDROc8twRBnwk1w2udWmXLWilj0H2/r4oiX6DnDIQYBK1k2px+VWm8dta5HG15C0POv90/pZPlppa51EBEjB2jWH4xWMc/XLCuwqEbtaBCxpTQR8QJJY1fM6cDcwWhJpvsbWo4OYbmwIDAQAB" + ] + }, { name = "eat75rimokuwmhwl3jgruwwxghgmltna._domainkey.justice.gov.uk." type = "CNAME" @@ -106,7 +131,7 @@ module "justice_gov_uk_records" { records = [ "eat75rimokuwmhwl3jgruwwxghgmltna.dkim.amazonses.com" ] - }, + }, { name = "fmk7xlvhjfqqruhiytlb6434lcykrduv._domainkey.justice.gov.uk." type = "TXT" @@ -114,7 +139,7 @@ module "justice_gov_uk_records" { records = [ "fmk7xlvhjfqqruhiytlb6434lcykrduv.dkim.amazonses.com" ] - }, + }, { name = "fp01._domainkey.justice.gov.uk." type = "TXT" @@ -122,7 +147,7 @@ module "justice_gov_uk_records" { records = [ "v=DKIM1\\;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCN/Dnp6gO1PJVQgLljNpkkvVUH/G04C2QkC28j8ddX13V7MAvDWpCxnUfTPy8C27njUImSa8b2TwyeA0P2ONPHQhW652tSxZa0+VT2b5qRFhne3UigZEeKhix988mhlOTO+6PN4+JR7MPXSeE0iGGPWm8m4JsxeaVvwN0XC92yvQIDAQAB\\;" ] - }, + }, { name = "google._domainkey.justice.gov.uk." type = "TXT" @@ -130,7 +155,23 @@ module "justice_gov_uk_records" { records = [ "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjKJioa9/GlQwqb42NP0GyDLggv5QbCMtLFK4lMLZARIxPaZlhrcvqw61GnNYMZHuFw43ifib/9mvd+9KKrH4jLO+vVdtlgEE1EWwZFocT0nqQCKKF5nhjiA77t8n+H7BC09u8kF8JJ5X0oqxjTpb28MsfT02EMV3VWjf94Rc0vwIDAQAB" ] - }, + }, + { + name = "k2._domainkey.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "dkim2.mcsv.net" + ] + }, + { + name = "k3._domainkey.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "dkim3.mcsv.net" + ] + }, { name = "nogh2wrclnc7kkukcm26lowx6qdmbs3w._domainkey.justice.gov.uk." type = "CNAME" @@ -138,7 +179,7 @@ module "justice_gov_uk_records" { records = [ "nogh2wrclnc7kkukcm26lowx6qdmbs3w.dkim.amazonses.com" ] - }, + }, { name = "selector1._domainkey.justice.gov.uk." type = "CNAME" @@ -146,7 +187,7 @@ module "justice_gov_uk_records" { records = [ "selector1-justice-gov-uk._domainkey.JusticeUK.onmicrosoft.com." ] - }, + }, { name = "selector2._domainkey.justice.gov.uk." type = "CNAME" @@ -154,7 +195,7 @@ module "justice_gov_uk_records" { records = [ "selector2-justice-gov-uk._domainkey.JusticeUK.onmicrosoft.com." ] - }, + }, { name = "u4wwsopiajlepnevuytnwa3ob34xisjv._domainkey.justice.gov.uk." type = "TXT" @@ -162,7 +203,7 @@ module "justice_gov_uk_records" { records = [ "u4wwsopiajlepnevuytnwa3ob34xisjv.dkim.amazonses.com" ] - }, + }, { name = "wcolxqqtrukhi3z66nvjeu3oftlzy6o6._domainkey.justice.gov.uk." type = "CNAME" @@ -170,7 +211,7 @@ module "justice_gov_uk_records" { records = [ "wcolxqqtrukhi3z66nvjeu3oftlzy6o6.dkim.amazonses.com" ] - }, + }, { name = "zer52fvryrnfdepqqw2xl2huersvzctv._domainkey.justice.gov.uk." type = "TXT" @@ -178,7 +219,7 @@ module "justice_gov_uk_records" { records = [ "zer52fvryrnfdepqqw2xl2huersvzctv.dkim.amazonses.com" ] - }, + }, { name = "_github-challenge-hmcts.justice.gov.uk." type = "TXT" @@ -186,7 +227,15 @@ module "justice_gov_uk_records" { records = [ "dee83991da" ] - }, + }, + { + name = "_github-challenge-ministry-of-justice-uk-ent.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "fb8cde6f32" + ] + }, { name = "_github-challenge-ministryofjustice.justice.gov.uk." type = "TXT" @@ -194,7 +243,7 @@ module "justice_gov_uk_records" { records = [ "01fbf9c0af" ] - }, + }, { name = "_github-challenge-moj-analytical-services.justice.gov.uk." type = "TXT" @@ -202,7 +251,15 @@ module "justice_gov_uk_records" { records = [ "610cab0fa8" ] - }, + }, + { + name = "_mta-sts.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "v=STSv1; id=c34048034e0bdb6b6bc9b2d52699588c" + ] + }, { name = "_sipfederationtls._tcp.justice.gov.uk." type = "SRV" @@ -210,7 +267,7 @@ module "justice_gov_uk_records" { records = [ "100 1 5061 sipfed.online.lync.com." ] - }, + }, { name = "_sip._tls.justice.gov.uk." type = "SRV" @@ -218,7 +275,7 @@ module "justice_gov_uk_records" { records = [ "100 1 443 sipdir.online.lync.com." ] - }, + }, { name = "_smtp._tls.justice.gov.uk." type = "TXT" @@ -226,26 +283,26 @@ module "justice_gov_uk_records" { records = [ "v=TLSRPTv1;rua=mailto:tls-rua@mailcheck.service.ncsc.gov.uk" ] - }, + }, { name = "administrativecourtoffice.justice.gov.uk." type = "MX" ttl = 300 records = [ - "10 cluster5.eu.messagelabs.com", + "10 cluster5.eu.messagelabs.com", "20 cluster5a.eu.messagelabs.com" ] - }, + }, { name = "administrativecourtoffice.justice.gov.uk." type = "TXT" ttl = 3600 records = [ - "v=spf1 include:spf.messagelabs.com -all", - "C0E4N61551", + "v=spf1 include:spf.messagelabs.com -all", + "C0E4N61551", "MS=ms89669471" ] - }, + }, { name = "adcourt._domainkey.administrativecourtoffice.justice.gov.uk." type = "TXT" @@ -253,7 +310,7 @@ module "justice_gov_uk_records" { records = [ "v=DKIM1; k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo/yrXLY2upCZjWvrEJPSr+RXhnQDcKlsycRi1t4N+R8c+oiqSKumZpnnOaRd6rX3mgn4sb3WEmgv+9FxTDKSWF4TZvdBiLYG3/F3nHCIixTjp4bH\"\"uv4MUjLR+1knzmWK8CtEUENmrIWlxMLMXcryR9lVvyNG6pqS4pNcKWHu4f/fyq6i+LSB1QqQGXZfqi/gfsrBD4ZyCvXH+3tlNgd03HM1PNHaUKXZe+fZEEZW8v1zttsJ+mOyF494Af59xO0xCS4V+CTQGeha/4c/nI36WFz/rfFI+CtjHjq0c046VLURIex08V4fxlngtZi7buAlS6kpS57wbOkHzstI/+jyAQIDAQAB" ] - }, + }, { name = "aka-hmctsformfinder.justice.gov.uk." type = "CNAME" @@ -261,7 +318,7 @@ module "justice_gov_uk_records" { records = [ "bouncer-cdn.production.govuk.service.gov.uk." ] - }, + }, { name = "aka.justice.gov.uk." type = "CNAME" @@ -269,7 +326,7 @@ module "justice_gov_uk_records" { records = [ "bouncer-cdn.production.govuk.service.gov.uk" ] - }, + }, { name = "_acme-challenge.aka.justice.gov.uk." type = "CNAME" @@ -277,7 +334,7 @@ module "justice_gov_uk_records" { records = [ "jjqyvepy7l3pvkvjz1.fastly-validations.com" ] - }, + }, { name = "appleid.justice.gov.uk." type = "TXT" @@ -285,7 +342,7 @@ module "justice_gov_uk_records" { records = [ "apple-domain-verification=IzxRgXTAlVnlETWV" ] - }, + }, { name = "libra-prod.apps.justice.gov.uk." type = "A" @@ -293,7 +350,7 @@ module "justice_gov_uk_records" { records = [ "51.247.3.128" ] - }, + }, { name = "autodiscover.justice.gov.uk." type = "CNAME" @@ -301,47 +358,47 @@ module "justice_gov_uk_records" { records = [ "autodiscover.outlook.com" ] - }, + }, { name = "az.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns1-09.azure-dns.com", - "ns2-09.azure-dns.net", - "ns2-09.azure-dns.org", + "ns1-09.azure-dns.com", + "ns2-09.azure-dns.net", + "ns2-09.azure-dns.org", "ns4-09.azure-dns.info" ] - }, + }, { name = "hmctscourtfinder.bl.justice.gov.uk." type = "A" alias = { - name = "tribunals-nginx-1184258455.eu-west-1.elb.amazonaws.com" zone_id = "Z32O12XQLNTSW2" + name = "tribunals-nginx-1184258455.eu-west-1.elb.amazonaws.com." evaluate_target_health = false } - }, + }, { name = "hmctsformfinder.bl.justice.gov.uk." type = "A" alias = { - name = "tribunals-nginx-1184258455.eu-west-1.elb.amazonaws.com" zone_id = "Z32O12XQLNTSW2" + name = "tribunals-nginx-1184258455.eu-west-1.elb.amazonaws.com." evaluate_target_health = false } - }, + }, { name = "blogs.justice.gov.uk." type = "NS" ttl = 900 records = [ - "ns-393.awsdns-49.com.", - "ns-856.awsdns-43.net.", - "ns-1034.awsdns-01.org.", + "ns-393.awsdns-49.com.", + "ns-856.awsdns-43.net.", + "ns-1034.awsdns-01.org.", "ns-1678.awsdns-17.co.uk." ] - }, + }, { name = "ca.justice.gov.uk." type = "MX" @@ -349,7 +406,7 @@ module "justice_gov_uk_records" { records = [ "0 ca-justice-gov-uk.mail.protection.outlook.com" ] - }, + }, { name = "ca.justice.gov.uk." type = "TXT" @@ -357,7 +414,7 @@ module "justice_gov_uk_records" { records = [ "v=spf1 include:spf.protection.outlook.com -all" ] - }, + }, { name = "_dmarc.ca.justice.gov.uk." type = "CNAME" @@ -365,7 +422,7 @@ module "justice_gov_uk_records" { records = [ "_dmarc_ttp_policy.justice.gov.uk" ] - }, + }, { name = "selector1._domainkey.ca.justice.gov.uk." type = "CNAME" @@ -373,7 +430,7 @@ module "justice_gov_uk_records" { records = [ "selector1-ca-justice-gov-uk._domainkey.JusticeUK.onmicrosoft.com." ] - }, + }, { name = "selector2._domainkey.ca.justice.gov.uk." type = "CNAME" @@ -381,7 +438,7 @@ module "justice_gov_uk_records" { records = [ "selector2-ca-justice-gov-uk._domainkey.JusticeUK.onmicrosoft.com." ] - }, + }, { name = "autodiscover.ca.justice.gov.uk." type = "CNAME" @@ -389,7 +446,7 @@ module "justice_gov_uk_records" { records = [ "autodiscover.outlook.com." ] - }, + }, { name = "careertransition.justice.gov.uk." type = "A" @@ -397,7 +454,7 @@ module "justice_gov_uk_records" { records = [ "80.86.42.110" ] - }, + }, { name = "www.careertransition.justice.gov.uk." type = "A" @@ -405,18 +462,18 @@ module "justice_gov_uk_records" { records = [ "80.86.42.110" ] - }, + }, { name = "casetracker.justice.gov.uk." type = "NS" ttl = 14400 records = [ - "ns-1665.awsdns-16.co.uk.", - "ns-354.awsdns-44.com.", - "ns-950.awsdns-54.net.", + "ns-950.awsdns-54.net.", + "ns-354.awsdns-44.com.", + "ns-1665.awsdns-16.co.uk.", "ns-1424.awsdns-50.org." ] - }, + }, { name = "_dmarc.casetracker.justice.gov.uk." type = "TXT" @@ -424,16 +481,16 @@ module "justice_gov_uk_records" { records = [ "v=DMARC1;p=none;rua=mailto:dmarc-rua@dmarc.service.gov.uk" ] - }, + }, { name = "ccmstraining.justice.gov.uk." type = "A" alias = { - evaluate_target_health = false - name = "d1ljok6fhs1ra3.cloudfront.net" zone_id = "Z2FDTNDATAQYW2" + name = "d1ljok6fhs1ra3.cloudfront.net." + evaluate_target_health = false } - }, + }, { name = "_d97fb4f4ad2c4d0e83508935752915f1.ccmstraining.justice.gov.uk." type = "CNAME" @@ -441,38 +498,84 @@ module "justice_gov_uk_records" { records = [ "_b29507f55a1a8cfff56166f65e9f5b81.wggjkglgrm.acm-validations.aws." ] - }, + }, { name = "certificatedbailiffs.justice.gov.uk." type = "NS" ttl = 60 records = [ - "ns-1656.awsdns-15.co.uk.", - "ns-1430.awsdns-50.org.", - "ns-902.awsdns-48.net.", - "ns-387.awsdns-48.com." + "ns-1656.awsdns-15.co.uk.", + "ns-902.awsdns-48.net.", + "ns-387.awsdns-48.com.", + "ns-1430.awsdns-50.org." + ] + }, + { + name = "certificates.justice.gov.uk." + type = "NS" + ttl = 300 + records = [ + "ns-2033.awsdns-62.co.uk.", + "ns-466.awsdns-58.com.", + "ns-1398.awsdns-46.org.", + "ns-722.awsdns-26.net." + ] + }, + { + name = "gqfoktjhnbvi6ffqmjofiys7rslq42ye._domainkey.certificates.justice.gov.uk." + type = "CNAME" + ttl = 1800 + records = [ + "gqfoktjhnbvi6ffqmjofiys7rslq42ye.dkim.amazonses.com" + ] + }, + { + name = "mw7c6bnh4g4z47lipedqspbq4pdydivs._domainkey.certificates.justice.gov.uk." + type = "CNAME" + ttl = 1800 + records = [ + "mw7c6bnh4g4z47lipedqspbq4pdydivs.dkim.amazonses.com" + ] + }, + { + name = "yfhsqenllotvbodabclcnq5bwpommspr._domainkey.certificates.justice.gov.uk." + type = "CNAME" + ttl = 1800 + records = [ + "yfhsqenllotvbodabclcnq5bwpommspr.dkim.amazonses.com" + ] + }, + { + name = "civil-casetracker.justice.gov.uk." + type = "NS" + ttl = 300 + records = [ + "ns-1702.awsdns-20.co.uk.", + "ns-934.awsdns-52.net.", + "ns-343.awsdns-42.com.", + "ns-1488.awsdns-58.org." ] - }, + }, { name = "civil-eligibility-calculator.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns-1044.awsdns-02.org.", - "ns-725.awsdns-26.net.", - "ns-7.awsdns-00.com.", + "ns-1044.awsdns-02.org.", + "ns-725.awsdns-26.net.", + "ns-7.awsdns-00.com.", "ns-1729.awsdns-24.co.uk." ] - }, + }, { name = "civilmediation.justice.gov.uk." type = "A" alias = { - evaluate_target_health = false - name = "dualstack.civil-mediation-load-377727311.eu-west-2.elb.amazonaws.com" zone_id = "ZHURV8PSTC4K8" + name = "dualstack.civil-mediation-load-377727311.eu-west-2.elb.amazonaws.com." + evaluate_target_health = false } - }, + }, { name = "_1b792c2153cf927328615e78010f7852.civilmediation.justice.gov.uk." type = "CNAME" @@ -480,16 +583,16 @@ module "justice_gov_uk_records" { records = [ "_672e46231dca8c8a2e623dbbe513ce63.ltfvzjuylp.acm-validations.aws." ] - }, + }, { name = "www.civilmediation.justice.gov.uk." type = "A" alias = { - name = "dualstack.civil-mediation-load-377727311.eu-west-2.elb.amazonaws.com" zone_id = "ZHURV8PSTC4K8" + name = "dualstack.civil-mediation-load-377727311.eu-west-2.elb.amazonaws.com." evaluate_target_health = false } - }, + }, { name = "_0970bea3431bc1236acaba02e9f46366.www.civilmediation.justice.gov.uk." type = "CNAME" @@ -497,16 +600,16 @@ module "justice_gov_uk_records" { records = [ "_06d0edbac8d4d3afa9588239dd3d341d.ltfvzjuylp.acm-validations.aws." ] - }, + }, { name = "cjscp.justice.gov.uk." type = "MX" ttl = 600 records = [ - "10 mx00003.skyscapecloud.com.", + "10 mx00003.skyscapecloud.com.", "10 mx00004.skyscapecloud.com." ] - }, + }, { name = "cjscp.justice.gov.uk." type = "TXT" @@ -514,7 +617,15 @@ module "justice_gov_uk_records" { records = [ "v=spf1 mx -all" ] - }, + }, + { + name = "_asvdns-b627ab5d-4abb-4b5a-aa78-81b75bae5d31.cjscp.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "asvdns_369325c0-e247-4a15-819b-a872243759ea" + ] + }, { name = "_dmarc.cjscp.justice.gov.uk." type = "TXT" @@ -522,7 +633,23 @@ module "justice_gov_uk_records" { records = [ "v=DMARC1;p=none;rua=mailto:dmarc-rua@dmarc.service.gov.uk" ] - }, + }, + { + name = "s1._domainkey.cjscp.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "s1.domainkey.u17380493.wl244.sendgrid.net" + ] + }, + { + name = "s2._domainkey.cjscp.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "s2.domainkey.u17380493.wl244.sendgrid.net" + ] + }, { name = "_smtp._tls.cjscp.justice.gov.uk." type = "TXT" @@ -530,7 +657,7 @@ module "justice_gov_uk_records" { records = [ "v=TLSRPTv1;rua=mailto:tls-rua@mailcheck.service.ncsc.gov.uk" ] - }, + }, { name = "confluence.cjscp.justice.gov.uk." type = "CNAME" @@ -538,7 +665,7 @@ module "justice_gov_uk_records" { records = [ "triadmoj.atlassian.net." ] - }, + }, { name = "dev.cjscp.justice.gov.uk." type = "A" @@ -546,7 +673,7 @@ module "justice_gov_uk_records" { records = [ "83.151.216.178" ] - }, + }, { name = "devbuild.cjscp.justice.gov.uk." type = "A" @@ -554,7 +681,7 @@ module "justice_gov_uk_records" { records = [ "83.151.216.178" ] - }, + }, { name = "devsandbox.cjscp.justice.gov.uk." type = "A" @@ -562,7 +689,15 @@ module "justice_gov_uk_records" { records = [ "83.151.216.182" ] - }, + }, + { + name = "em3636.cjscp.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "u17380493.wl244.sendgrid.net" + ] + }, { name = "jira.cjscp.justice.gov.uk." type = "CNAME" @@ -570,7 +705,7 @@ module "justice_gov_uk_records" { records = [ "triadmoj.atlassian.net." ] - }, + }, { name = "modeloffice.cjscp.justice.gov.uk." type = "A" @@ -578,7 +713,7 @@ module "justice_gov_uk_records" { records = [ "83.151.216.178" ] - }, + }, { name = "preprod.cjscp.justice.gov.uk." type = "A" @@ -586,7 +721,7 @@ module "justice_gov_uk_records" { records = [ "83.151.216.179" ] - }, + }, { name = "production.cjscp.justice.gov.uk." type = "A" @@ -594,7 +729,7 @@ module "justice_gov_uk_records" { records = [ "83.151.216.180" ] - }, + }, { name = "support.cjscp.justice.gov.uk." type = "CNAME" @@ -602,7 +737,7 @@ module "justice_gov_uk_records" { records = [ "triadmoj.atlassian.net." ] - }, + }, { name = "test.cjscp.justice.gov.uk." type = "A" @@ -610,7 +745,7 @@ module "justice_gov_uk_records" { records = [ "83.151.216.181" ] - }, + }, { name = "wiki.cjscp.justice.gov.uk." type = "CNAME" @@ -618,7 +753,7 @@ module "justice_gov_uk_records" { records = [ "triadmoj.atlassian.net." ] - }, + }, { name = "www.cjscp.justice.gov.uk." type = "A" @@ -626,18 +761,18 @@ module "justice_gov_uk_records" { records = [ "83.151.216.180" ] - }, + }, { name = "cjsm.justice.gov.uk." type = "NS" ttl = 900 records = [ - "ns-24.awsdns-03.com.", - "ns-1011.awsdns-62.net.", - "ns-1398.awsdns-46.org.", + "ns-24.awsdns-03.com.", + "ns-1011.awsdns-62.net.", + "ns-1398.awsdns-46.org.", "ns-1759.awsdns-27.co.uk." ] - }, + }, { name = "claonlineadvice.justice.gov.uk." type = "A" @@ -645,7 +780,7 @@ module "justice_gov_uk_records" { records = [ "81.105.223.242" ] - }, + }, { name = "www.claonlineadvice.justice.gov.uk." type = "A" @@ -653,7 +788,7 @@ module "justice_gov_uk_records" { records = [ "89.185.223.242" ] - }, + }, { name = "commissioning.justice.gov.uk." type = "A" @@ -661,7 +796,7 @@ module "justice_gov_uk_records" { records = [ "62.208.147.100" ] - }, + }, { name = "consult.justice.gov.uk." type = "CNAME" @@ -669,7 +804,7 @@ module "justice_gov_uk_records" { records = [ "cs-moj.delib.net." ] - }, + }, { name = "contact.justice.gov.uk." type = "MX" @@ -677,7 +812,7 @@ module "justice_gov_uk_records" { records = [ "0 mail.contact.justice.gov.uk" ] - }, + }, { name = "contact.justice.gov.uk." type = "TXT" @@ -685,7 +820,7 @@ module "justice_gov_uk_records" { records = [ "v=spf1 ip4:51.143.128.114 -all" ] - }, + }, { name = "mail.contact.justice.gov.uk." type = "A" @@ -693,18 +828,18 @@ module "justice_gov_uk_records" { records = [ "51.143.128.114" ] - }, + }, { name = "courtfines.justice.gov.uk." type = "NS" ttl = 172800 records = [ - "ns-649.awsdns-17.net.", - "ns-45.awsdns-05.com.", - "ns-1087.awsdns-07.org.", + "ns-649.awsdns-17.net.", + "ns-45.awsdns-05.com.", + "ns-1087.awsdns-07.org.", "ns-1734.awsdns-24.co.uk." ] - }, + }, { name = "courtstore.justice.gov.uk." type = "A" @@ -712,29 +847,61 @@ module "justice_gov_uk_records" { records = [ "35.177.112.189" ] - }, + }, { name = "courtstore.justice.gov.uk." type = "MX" ttl = 300 records = [ - "1 ASPMX.L.GOOGLE.COM.", - "5 ALT1.ASPMX.L.GOOGLE.COM.", - "5 ALT2.ASPMX.L.GOOGLE.COM.", - "10 ALT3.ASPMX.L.GOOGLE.COM.", + "1 ASPMX.L.GOOGLE.COM.", + "5 ALT1.ASPMX.L.GOOGLE.COM.", + "5 ALT2.ASPMX.L.GOOGLE.COM.", + "10 ALT3.ASPMX.L.GOOGLE.COM.", "10 ALT4.ASPMX.L.GOOGLE.COM." ] - }, + }, { name = "courtstore.justice.gov.uk." type = "TXT" ttl = 300 records = [ - "v=spf1 include:_spf.google.com -all", - "google-site-verification=Nth0cgF0QH5N62b8dNqgsit8N3okHPzips4MlRHrBM8", + "v=spf1 include:_spf.google.com -all", + "google-site-verification=Nth0cgF0QH5N62b8dNqgsit8N3okHPzips4MlRHrBM8", "apple-domain-verification=50f0lhf7PW4g8oXe" ] - }, + }, + { + name = "_asvdns-5f2f4397-9171-4e57-a213-c2b5a0dc204e.courtstore.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "asvdns_39857ad7-a6b7-4007-9a89-1fad432f0191" + ] + }, + { + name = "_b19b60bc246861f00a6be8dce4b79a84.courtstore.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "9D453B52DE49FC444073385DE203FE5E.E08BBA1C133A43E492B9F99A342B01B0.ac3306b6a88ed9f1f089.sectigo.com." + ] + }, + { + name = "_dmarc.courtstore.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "v=DMARC1;p=reject;sp=reject;rua=mailto:dmarc-rua@dmarc.service.gov.uk" + ] + }, + { + name = "google._domainkey.courtstore.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiF+Qlzev8OpwQP3NLFCVtBnkRVSZDPpAZDAiQdXX4ECpNY88jI0xFcD+ezMHkg/HQt42pv27nZ2yh3RM88SagaXgwRRnUkRC1rNNFoxSU1U66Gr5Oe1\"\"/wpPRgzyu9hUhICJPfbphK0j40fV0w1IjHWRbQTQcHZFhViCPmk5uIGJGTHR5JyYi4V1N5gq2wZfa3Z9XVFQfBocG+ayb7B1y4N/8rPgud/a0aGBo+VJ7Fk/TPRka4lB3+JlBHwgCfGcL2nDFm1leYRdSsP5h157ngGOEtk2lmoztH6qnp7EOapezy/ZCUym/m5CYNQXSoek1B0ssNgEYFQz0tj/3FMPC+QIDAQAB" + ] + }, { name = "bench.courtstore.justice.gov.uk." type = "A" @@ -742,7 +909,7 @@ module "justice_gov_uk_records" { records = [ "18.132.11.99" ] - }, + }, { name = "demo.courtstore.justice.gov.uk." type = "A" @@ -750,7 +917,7 @@ module "justice_gov_uk_records" { records = [ "83.151.216.196" ] - }, + }, { name = "perf.courtstore.justice.gov.uk." type = "A" @@ -758,28 +925,28 @@ module "justice_gov_uk_records" { records = [ "51.179.193.67" ] - }, + }, { name = "perf.courtstore.justice.gov.uk." type = "MX" ttl = 300 records = [ - "1\tASPMX.L.GOOGLE.COM.", - "5\tALT1.ASPMX.L.GOOGLE.COM.", - "5\tALT2.ASPMX.L.GOOGLE.COM.", - "10\tALT3.ASPMX.L.GOOGLE.COM.", - "10\tALT4.ASPMX.L.GOOGLE.COM." + "1 ASPMX.L.GOOGLE.COM.", + "5 ALT1.ASPMX.L.GOOGLE.COM.", + "5 ALT2.ASPMX.L.GOOGLE.COM.", + "10 ALT3.ASPMX.L.GOOGLE.COM.", + "10 ALT4.ASPMX.L.GOOGLE.COM." ] - }, + }, { name = "perf.courtstore.justice.gov.uk." type = "TXT" ttl = 300 records = [ - "v=spf1 include:_spf.google.com -all", + "v=spf1 include:_spf.google.com -all", "google-site-verification=_ddDla0QaTcjKV5-KS1pOP5mPawCieNoirKehWsPo2E" ] - }, + }, { name = "preprod.courtstore.justice.gov.uk." type = "A" @@ -787,7 +954,7 @@ module "justice_gov_uk_records" { records = [ "51.179.193.66" ] - }, + }, { name = "bench.preprod.courtstore.justice.gov.uk." type = "A" @@ -795,7 +962,7 @@ module "justice_gov_uk_records" { records = [ "51.179.193.67" ] - }, + }, { name = "qa.courtstore.justice.gov.uk." type = "A" @@ -803,7 +970,35 @@ module "justice_gov_uk_records" { records = [ "83.151.216.196" ] - }, + }, + { + name = "staging.courtstore.justice.gov.uk." + type = "A" + ttl = 300 + records = [ + "18.170.166.172" + ] + }, + { + name = "staging.courtstore.justice.gov.uk." + type = "MX" + ttl = 300 + records = [ + "1 ASPMX.L.GOOGLE.COM.", + "5 ALT1.ASPMX.L.GOOGLE.COM.", + "5 ALT2.ASPMX.L.GOOGLE.COM.", + "10 ALT3.ASPMX.L.GOOGLE.COM.", + "10 ALT4.ASPMX.L.GOOGLE.COM." + ] + }, + { + name = "bench.staging.courtstore.justice.gov.uk." + type = "A" + ttl = 300 + records = [ + "18.135.237.205" + ] + }, { name = "yots.courtstore.justice.gov.uk." type = "A" @@ -811,7 +1006,7 @@ module "justice_gov_uk_records" { records = [ "194.74.130.121" ] - }, + }, { name = "courtstorepp.justice.gov.uk." type = "A" @@ -819,18 +1014,18 @@ module "justice_gov_uk_records" { records = [ "51.231.96.56" ] - }, + }, { name = "crimeportal.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns1-01.azure-dns.com", - "ns2-01.azure-dns.net", - "ns3-01.azure-dns.org", + "ns1-01.azure-dns.com", + "ns2-01.azure-dns.net", + "ns3-01.azure-dns.org", "ns4-01.azure-dns.info" ] - }, + }, { name = "nle.crimeportal.justice.gov.uk." type = "CNAME" @@ -838,7 +1033,7 @@ module "justice_gov_uk_records" { records = [ "8f63c407-7450-4407-9da3-a04eaa525dcc.cloudapp.net" ] - }, + }, { name = "www.crimeportal.justice.gov.uk." type = "CNAME" @@ -846,18 +1041,29 @@ module "justice_gov_uk_records" { records = [ "2de37183-b02f-4a0b-965d-0bd0de2d79fc.cloudapp.net" ] - }, + }, + { + name = "criminal-justice-delivery-data-dashboards.justice.gov.uk." + type = "NS" + ttl = 300 + records = [ + "ns-830.awsdns-39.net.", + "ns-1144.awsdns-15.org.", + "ns-2040.awsdns-63.co.uk.", + "ns-111.awsdns-13.com." + ] + }, { name = "criminal-justice-scorecard.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns-537.awsdns-03.net.", - "ns-1184.awsdns-20.org.", - "ns-1809.awsdns-34.co.uk.", + "ns-537.awsdns-03.net.", + "ns-1184.awsdns-20.org.", + "ns-1809.awsdns-34.co.uk.", "ns-133.awsdns-16.com." ] - }, + }, { name = "criminal-justice-scorecard.justice.gov.uk." type = "TXT" @@ -865,26 +1071,26 @@ module "justice_gov_uk_records" { records = [ "Reserved for the Criminal Justice Scorecard project" ] - }, + }, { name = "criminalappealoffice.justice.gov.uk." type = "MX" ttl = 300 records = [ - "10 cluster5.eu.messagelabs.com", + "10 cluster5.eu.messagelabs.com", "20 cluster5a.eu.messagelabs.com" ] - }, + }, { name = "criminalappealoffice.justice.gov.uk." type = "TXT" ttl = 3600 records = [ - "v=spf1 include:spf.messagelabs.com -all", - "C0E4N61551", + "v=spf1 include:spf.messagelabs.com -all", + "C0E4N61551", "MS=ms43105042" ] - }, + }, { name = "crimcourt._domainkey.criminalappealoffice.justice.gov.uk." type = "TXT" @@ -892,7 +1098,7 @@ module "justice_gov_uk_records" { records = [ "v=DKIM1; k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoN235ryj/6Ca/yN0JR71q8gM7CCjNLOFKiq08sX2ZO9fuKGHCIJYrcfLJI0zfEKUjbB3soLt7Y4fFf3QsCWNYreutXkmVqoVvakegZhFHSiWhWf/IjQ/S5gbYEJna\"\"wpiZj9QjJXV1f1AcYHCCfWYiiyoY6VPI498vEMNyTCcqN7O4N30Xkgkg1Vij77IH38f7iod0Hpx/LpBCxW/7N9DE+hkvnDBcSLpJpVwM43LFu44TWjqir4rIX7lHXmkHSashY2dEibkfr65SJzVFsRgrTeXI//yrfjfXUQ20la61i3XbGkalJlva34ukl9Vc7vz5giSzyoJEO8d1d8+7IVdRwIDAQAB" ] - }, + }, { name = "mail1.criminalappealoffice.justice.gov.uk." type = "A" @@ -900,7 +1106,7 @@ module "justice_gov_uk_records" { records = [ "178.248.34.43" ] - }, + }, { name = "mail1.criminalappealoffice.justice.gov.uk." type = "TXT" @@ -908,7 +1114,7 @@ module "justice_gov_uk_records" { records = [ "2022100614445019nl5f39osxxoy14p9la8sh5vxah0exxp0ime2mh0w4tu19egv" ] - }, + }, { name = "cshrcasework.justice.gov.uk." type = "MX" @@ -916,18 +1122,18 @@ module "justice_gov_uk_records" { records = [ "0 CSHRCasework-justice-gov-uk.mail.protection.outlook.com" ] - }, + }, { name = "cshrcasework.justice.gov.uk." type = "TXT" ttl = 3600 records = [ - "MS=ms66139249", - "v=spf1 include:spf.protection.outlook.com -all", - "google-site-verification=uRR2XrKfUfGdUn3CWNiZINvZRxOXkZAU6RYe7BGXO70", + "MS=ms66139249", + "v=spf1 include:spf.protection.outlook.com -all", + "google-site-verification=uRR2XrKfUfGdUn3CWNiZINvZRxOXkZAU6RYe7BGXO70", "v=DMARC1;p=reject;sp=reject;rua=mailto:dmarc-rua@dmarc.service.gov.uk;" ] - }, + }, { name = "_dmarc.cshrcasework.justice.gov.uk." type = "TXT" @@ -935,7 +1141,7 @@ module "justice_gov_uk_records" { records = [ "v=DMARC1; p=reject; pct=100; rua=mailto:dmarc-rua@dmarc.service.gov.uk;" ] - }, + }, { name = "*._domainkey.cshrcasework.justice.gov.uk." type = "TXT" @@ -943,7 +1149,7 @@ module "justice_gov_uk_records" { records = [ "v=DKIM1; p=" ] - }, + }, { name = "selector1._domainkey.cshrcasework.justice.gov.uk." type = "CNAME" @@ -951,7 +1157,7 @@ module "justice_gov_uk_records" { records = [ "selector1-CSHRCasework-justice-gov-uk._domainkey.MoJHRCasework.onmicrosoft.com" ] - }, + }, { name = "selector2._domainkey.cshrcasework.justice.gov.uk." type = "CNAME" @@ -959,7 +1165,15 @@ module "justice_gov_uk_records" { records = [ "selector2-CSHRCasework-justice-gov-uk._domainkey.MoJHRCasework.onmicrosoft.com" ] - }, + }, + { + name = "_mta-sts.cshrcasework.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "v=STSv1; id=01ca5652ab35bf19dfba6c74b0b93688" + ] + }, { name = "_sipfederationtls._tcp.cshrcasework.justice.gov.uk." type = "SRV" @@ -967,7 +1181,7 @@ module "justice_gov_uk_records" { records = [ "100 1 5061 sipfed.online.lync.com" ] - }, + }, { name = "_sip._tls.cshrcasework.justice.gov.uk." type = "SRV" @@ -975,7 +1189,7 @@ module "justice_gov_uk_records" { records = [ "100 1 443 sipdir.online.lync.com" ] - }, + }, { name = "_smtp._tls.cshrcasework.justice.gov.uk." type = "TXT" @@ -983,7 +1197,7 @@ module "justice_gov_uk_records" { records = [ "v=TLSRPTv1;rua=mailto:tls-rua@mailcheck.service.ncsc.gov.uk" ] - }, + }, { name = "autodiscover.cshrcasework.justice.gov.uk." type = "CNAME" @@ -991,7 +1205,7 @@ module "justice_gov_uk_records" { records = [ "autodiscover.outlook.com" ] - }, + }, { name = "desktop.cshrcasework.justice.gov.uk." type = "CNAME" @@ -999,7 +1213,7 @@ module "justice_gov_uk_records" { records = [ "moj.fw-daas.com" ] - }, + }, { name = "enterpriseenrollment.cshrcasework.justice.gov.uk." type = "CNAME" @@ -1007,7 +1221,7 @@ module "justice_gov_uk_records" { records = [ "enterpriseenrollment.manage.microsoft.com" ] - }, + }, { name = "enterpriseregistration.cshrcasework.justice.gov.uk." type = "CNAME" @@ -1015,7 +1229,7 @@ module "justice_gov_uk_records" { records = [ "enterpriseregistration.windows.net" ] - }, + }, { name = "lyncdiscover.cshrcasework.justice.gov.uk." type = "CNAME" @@ -1023,7 +1237,24 @@ module "justice_gov_uk_records" { records = [ "webdir.online.lync.com" ] - }, + }, + { + name = "mta-sts.cshrcasework.justice.gov.uk." + type = "A" + alias = { + zone_id = "Z2FDTNDATAQYW2" + name = "d1vle67b6xccyz.cloudfront.net." + evaluate_target_health = true + } + }, + { + name = "_c3e197db2fd6871349b94aaee4fe4c51.mta-sts.cshrcasework.justice.gov.uk." + type = "CNAME" + ttl = 60 + records = [ + "_471469039df6a6e4e24c985c337b70a9.zrvsvrxrgs.acm-validations.aws." + ] + }, { name = "sip.cshrcasework.justice.gov.uk." type = "CNAME" @@ -1031,16 +1262,16 @@ module "justice_gov_uk_records" { records = [ "sipdir.online.lync.com" ] - }, + }, { name = "cshrcaseworkcma.justice.gov.uk." type = "A" alias = { - evaluate_target_health = false - name = "dualstack.cshr-cma-prod-web-alb-01-698927512.eu-west-2.elb.amazonaws.com" zone_id = "ZHURV8PSTC4K8" + name = "dualstack.cshr-cma-prod-web-alb-01-698927512.eu-west-2.elb.amazonaws.com." + evaluate_target_health = false } - }, + }, { name = "cshrcaseworkcma.justice.gov.uk." type = "TXT" @@ -1048,7 +1279,7 @@ module "justice_gov_uk_records" { records = [ "v=spf1 include:amazonses.com -all" ] - }, + }, { name = "_amazonses.cshrcaseworkcma.justice.gov.uk." type = "TXT" @@ -1056,7 +1287,7 @@ module "justice_gov_uk_records" { records = [ "Mmb+MWTjhMO4uzDIGEDFfagJGpbbN7h8BqVpAbuUDPQ=" ] - }, + }, { name = "42qrvtxqjfjkvgvvuwhnbqmj6gjiimyp._domainkey.cshrcaseworkcma.justice.gov.uk." type = "CNAME" @@ -1064,7 +1295,7 @@ module "justice_gov_uk_records" { records = [ "42qrvtxqjfjkvgvvuwhnbqmj6gjiimyp.dkim.amazonses.com" ] - }, + }, { name = "msarjwgs5uwlhhqophtayb5zsfzhkdiz._domainkey.cshrcaseworkcma.justice.gov.uk." type = "CNAME" @@ -1072,7 +1303,7 @@ module "justice_gov_uk_records" { records = [ "msarjwgs5uwlhhqophtayb5zsfzhkdiz.dkim.amazonses.com" ] - }, + }, { name = "tbm6oiqakgjs7zp7ufy2w3dagkonfrry._domainkey.cshrcaseworkcma.justice.gov.uk." type = "CNAME" @@ -1080,16 +1311,16 @@ module "justice_gov_uk_records" { records = [ "tbm6oiqakgjs7zp7ufy2w3dagkonfrry.dkim.amazonses.com" ] - }, + }, { name = "uat.cshrcaseworkcma.justice.gov.uk." type = "A" alias = { - evaluate_target_health = true - name = "dualstack.cshr-cma-uat-web-alb-01-130925050.eu-west-2.elb.amazonaws.com" zone_id = "ZHURV8PSTC4K8" + name = "dualstack.cshr-cma-uat-web-alb-01-130925050.eu-west-2.elb.amazonaws.com." + evaluate_target_health = true } - }, + }, { name = "uat.cshrcaseworkcma.justice.gov.uk." type = "TXT" @@ -1097,7 +1328,7 @@ module "justice_gov_uk_records" { records = [ "v=spf1 include:amazonses.com -all" ] - }, + }, { name = "_amazonses.uat.cshrcaseworkcma.justice.gov.uk." type = "TXT" @@ -1105,7 +1336,7 @@ module "justice_gov_uk_records" { records = [ "uWgkqAaHV9lw72/zwF/qFViIJr2RNfyrY+ahs1SoOxc=" ] - }, + }, { name = "5axyevlb23jr5vn7z4uqemmr6llzuuy3._domainkey.uat.cshrcaseworkcma.justice.gov.uk." type = "CNAME" @@ -1113,7 +1344,7 @@ module "justice_gov_uk_records" { records = [ "5axyevlb23jr5vn7z4uqemmr6llzuuy3.dkim.amazonses.com" ] - }, + }, { name = "oe3ypkjre4ra5oziwhkhas46xq7zomtm._domainkey.uat.cshrcaseworkcma.justice.gov.uk." type = "CNAME" @@ -1121,7 +1352,7 @@ module "justice_gov_uk_records" { records = [ "oe3ypkjre4ra5oziwhkhas46xq7zomtm.dkim.amazonses.com" ] - }, + }, { name = "ul5ni2ujr4yk2y5txdb6rxzmj6ko3hw2._domainkey.uat.cshrcaseworkcma.justice.gov.uk." type = "CNAME" @@ -1129,28 +1360,28 @@ module "justice_gov_uk_records" { records = [ "ul5ni2ujr4yk2y5txdb6rxzmj6ko3hw2.dkim.amazonses.com" ] - }, + }, { name = "d1rs.justice.gov.uk." type = "NS" ttl = 600 records = [ - "ns1.uk.atos.net.", - "ns2.uk.atos.net.", + "ns1.uk.atos.net.", + "ns2.uk.atos.net.", "ns3.uk.atos.net." ] - }, + }, { name = "data.justice.gov.uk." type = "NS" ttl = 600 records = [ - "ns-223.awsdns-27.com.", - "ns-1660.awsdns-15.co.uk.", - "ns-640.awsdns-16.net.", + "ns-223.awsdns-27.com.", + "ns-1660.awsdns-15.co.uk.", + "ns-640.awsdns-16.net.", "ns-1352.awsdns-41.org." ] - }, + }, { name = "design102.justice.gov.uk." type = "MX" @@ -1158,7 +1389,7 @@ module "justice_gov_uk_records" { records = [ "0 ." ] - }, + }, { name = "design102.justice.gov.uk." type = "TXT" @@ -1166,7 +1397,7 @@ module "justice_gov_uk_records" { records = [ "v=spf1 ip4:78.31.110.246 -all" ] - }, + }, { name = "panacea-moj._domainkey.design102.justice.gov.uk." type = "CNAME" @@ -1174,7 +1405,7 @@ module "justice_gov_uk_records" { records = [ "Mojdkimkey.panacea-software.com" ] - }, + }, { name = "dev.justice.gov.uk." type = "A" @@ -1182,18 +1413,18 @@ module "justice_gov_uk_records" { records = [ "185.64.253.120" ] - }, + }, { name = "devl.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns-1267.awsdns-30.org.", - "ns-358.awsdns-44.com.", - "ns-965.awsdns-56.net.", + "ns-1267.awsdns-30.org.", + "ns-358.awsdns-44.com.", + "ns-965.awsdns-56.net.", "ns-2037.awsdns-62.co.uk." ] - }, + }, { name = "devl.justice.gov.uk." type = "TXT" @@ -1201,18 +1432,18 @@ module "justice_gov_uk_records" { records = [ "MS=ms94518993" ] - }, + }, { name = "digital.justice.gov.uk." type = "NS" ttl = 48600 records = [ - "ns-284.awsdns-35.com.", - "ns-527.awsdns-01.net.", - "ns-1458.awsdns-54.org.", + "ns-284.awsdns-35.com.", + "ns-527.awsdns-01.net.", + "ns-1458.awsdns-54.org.", "ns-1776.awsdns-30.co.uk." ] - }, + }, { name = "drs.justice.gov.uk." type = "A" @@ -1220,7 +1451,7 @@ module "justice_gov_uk_records" { records = [ "62.208.154.185" ] - }, + }, { name = "www.drs.justice.gov.uk." type = "A" @@ -1228,7 +1459,7 @@ module "justice_gov_uk_records" { records = [ "62.208.154.185" ] - }, + }, { name = "dzc.justice.gov.uk." type = "A" @@ -1236,7 +1467,7 @@ module "justice_gov_uk_records" { records = [ "157.203.176.165" ] - }, + }, { name = "dzc.justice.gov.uk." type = "TXT" @@ -1244,7 +1475,7 @@ module "justice_gov_uk_records" { records = [ "C7ExaWUK" ] - }, + }, { name = "enclave.justice.gov.uk." type = "MX" @@ -1252,7 +1483,7 @@ module "justice_gov_uk_records" { records = [ "0 enclave-justice-gov-uk.mail.protection.outlook.com." ] - }, + }, { name = "enclave.justice.gov.uk." type = "TXT" @@ -1260,7 +1491,15 @@ module "justice_gov_uk_records" { records = [ "v=spf1 include:spf.protection.outlook.com -all" ] - }, + }, + { + name = "_asvdns-ae7a91db-23dc-45d6-9df9-d2c5251f1209.enclave.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "asvdns_6b25348a-9f33-43ac-915f-c158afe4611c" + ] + }, { name = "selector1._domainkey.enclave.justice.gov.uk." type = "CNAME" @@ -1268,7 +1507,7 @@ module "justice_gov_uk_records" { records = [ "selector1-enclave-justice-gov-uk._domainkey.JusticeUK.onmicrosoft.com" ] - }, + }, { name = "selector2._domainkey.enclave.justice.gov.uk." type = "CNAME" @@ -1276,7 +1515,7 @@ module "justice_gov_uk_records" { records = [ "selector2-enclave-justice-gov-uk._domainkey.JusticeUK.onmicrosoft.com" ] - }, + }, { name = "enterpriseenrollment.justice.gov.uk." type = "CNAME" @@ -1284,7 +1523,7 @@ module "justice_gov_uk_records" { records = [ "enterpriseenrollment.manage.microsoft.com." ] - }, + }, { name = "enterpriseregistration.justice.gov.uk." type = "CNAME" @@ -1292,7 +1531,7 @@ module "justice_gov_uk_records" { records = [ "enterpriseregistration.windows.net." ] - }, + }, { name = "erupload.justice.gov.uk." type = "CNAME" @@ -1300,7 +1539,7 @@ module "justice_gov_uk_records" { records = [ "hmcts-heritage-prod.azurefd.net" ] - }, + }, { name = "afdverify.erupload.justice.gov.uk." type = "CNAME" @@ -1308,7 +1547,7 @@ module "justice_gov_uk_records" { records = [ "afdverify.hmcts-heritage-prod.azurefd.net" ] - }, + }, { name = "www.erupload.justice.gov.uk." type = "CNAME" @@ -1316,7 +1555,7 @@ module "justice_gov_uk_records" { records = [ "erupload.justice.gov.uk" ] - }, + }, { name = "eruploadtest.justice.gov.uk." type = "CNAME" @@ -1324,7 +1563,7 @@ module "justice_gov_uk_records" { records = [ "hmcts-heritage-stg.azurefd.net" ] - }, + }, { name = "afdverify.eruploadtest.justice.gov.uk." type = "CNAME" @@ -1332,7 +1571,7 @@ module "justice_gov_uk_records" { records = [ "afdverify.hmcts-heritage-stg.azurefd.net" ] - }, + }, { name = "www.eruploadtest.justice.gov.uk." type = "CNAME" @@ -1340,7 +1579,7 @@ module "justice_gov_uk_records" { records = [ "hmcts-heritage-stg.azurefd.net" ] - }, + }, { name = "esourcing.justice.gov.uk." type = "A" @@ -1348,7 +1587,7 @@ module "justice_gov_uk_records" { records = [ "205.139.89.225" ] - }, + }, { name = "www.esourcing.justice.gov.uk." type = "CNAME" @@ -1356,7 +1595,7 @@ module "justice_gov_uk_records" { records = [ "esourcing.justice.gov.uk." ] - }, + }, { name = "fax.justice.gov.uk." type = "MX" @@ -1364,7 +1603,7 @@ module "justice_gov_uk_records" { records = [ "0 fax-justice-gov-uk.mail.protection.outlook.com" ] - }, + }, { name = "fax.justice.gov.uk." type = "TXT" @@ -1372,7 +1611,7 @@ module "justice_gov_uk_records" { records = [ "v=spf1 include:spf.protection.outlook.com ~all" ] - }, + }, { name = "_dmarc.fax.justice.gov.uk." type = "CNAME" @@ -1380,7 +1619,7 @@ module "justice_gov_uk_records" { records = [ "_dmarc_ttp_policy.justice.gov.uk" ] - }, + }, { name = "selector1._domainkey.fax.justice.gov.uk." type = "CNAME" @@ -1388,7 +1627,7 @@ module "justice_gov_uk_records" { records = [ "selector1-fax-justice-gov-uk._domainkey.JusticeUK.onmicrosoft.com" ] - }, + }, { name = "selector2._domainkey.fax.justice.gov.uk." type = "CNAME" @@ -1396,7 +1635,7 @@ module "justice_gov_uk_records" { records = [ "selector2-fax-justice-gov-uk._domainkey.JusticeUK.onmicrosoft.com" ] - }, + }, { name = "autodiscover.fax.justice.gov.uk." type = "CNAME" @@ -1404,7 +1643,7 @@ module "justice_gov_uk_records" { records = [ "autodiscover.outlook.com." ] - }, + }, { name = "feeaccount.justice.gov.uk." type = "CNAME" @@ -1412,7 +1651,7 @@ module "justice_gov_uk_records" { records = [ "feeaccount.ito.unisys.com." ] - }, + }, { name = "feeaccounttest.justice.gov.uk." type = "CNAME" @@ -1420,7 +1659,7 @@ module "justice_gov_uk_records" { records = [ "feeaccounttest.ito.unisys.com." ] - }, + }, { name = "find-legal-advice.justice.gov.uk." type = "A" @@ -1428,29 +1667,29 @@ module "justice_gov_uk_records" { records = [ "80.86.42.106" ] - }, + }, { name = "find-legal-advice.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns-1022.awsdns-63.net.", - "ns-2041.awsdns-63.co.uk.", - "ns-1392.awsdns-46.org.", + "ns-1022.awsdns-63.net.", + "ns-2041.awsdns-63.co.uk.", + "ns-1392.awsdns-46.org.", "ns-180.awsdns-22.com." ] - }, + }, { name = "g.justice.gov.uk." type = "NS" ttl = 600 records = [ - "ns-258.awsdns-32.com.", - "ns-930.awsdns-52.net.", - "ns-1437.awsdns-51.org.", + "ns-258.awsdns-32.com.", + "ns-930.awsdns-52.net.", + "ns-1437.awsdns-51.org.", "ns-2040.awsdns-63.co.uk." ] - }, + }, { name = "google2d7e970fc70e33ba.justice.gov.uk." type = "CNAME" @@ -1458,7 +1697,7 @@ module "justice_gov_uk_records" { records = [ "google.com." ] - }, + }, { name = "governance.justice.gov.uk." type = "A" @@ -1466,19 +1705,19 @@ module "justice_gov_uk_records" { records = [ "195.92.125.236" ] - }, + }, { name = "gs.justice.gov.uk." type = "MX" ttl = 300 records = [ - "1 ASPMX.L.GOOGLE.COM", - "5 ALT1.ASPMX.L.GOOGLE.COM", - "5 ALT2.ASPMX.L.GOOGLE.COM", - "10 ALT3.ASPMX.L.GOOGLE.COM", + "1 ASPMX.L.GOOGLE.COM", + "5 ALT1.ASPMX.L.GOOGLE.COM", + "5 ALT2.ASPMX.L.GOOGLE.COM", + "10 ALT3.ASPMX.L.GOOGLE.COM", "10 ALT4.ASPMX.L.GOOGLE.COM" ] - }, + }, { name = "gs.justice.gov.uk." type = "TXT" @@ -1486,7 +1725,7 @@ module "justice_gov_uk_records" { records = [ "google-site-verification=zTDywdx3jcS5WvIZ7jT1T7gXqfo7RPo3ZfLfJA_rIZQ" ] - }, + }, { name = "_dmarc.gs.justice.gov.uk." type = "TXT" @@ -1494,27 +1733,27 @@ module "justice_gov_uk_records" { records = [ "v=DMARC1;p=none;rua=mailto:dmarc-rua@dmarc.service.gov.uk" ] - }, + }, { name = "hmctscourtfinder.justice.gov.uk." type = "A" alias = { - name = "tribunals-nginx-1184258455.eu-west-1.elb.amazonaws.com" zone_id = "Z32O12XQLNTSW2" + name = "tribunals-nginx-1184258455.eu-west-1.elb.amazonaws.com." evaluate_target_health = false } - }, + }, { name = "hmctsformfinder.justice.gov.uk." type = "NS" ttl = 600 records = [ - "ns-458.awsdns-57.com.", - "ns-575.awsdns-07.net.", - "ns-1148.awsdns-15.org.", + "ns-458.awsdns-57.com.", + "ns-575.awsdns-07.net.", + "ns-1148.awsdns-15.org.", "ns-1594.awsdns-07.co.uk." ] - }, + }, { name = "hmctssurvey.justice.gov.uk." type = "MX" @@ -1522,7 +1761,7 @@ module "justice_gov_uk_records" { records = [ "0 ." ] - }, + }, { name = "hmctssurvey.justice.gov.uk." type = "TXT" @@ -1530,7 +1769,7 @@ module "justice_gov_uk_records" { records = [ "v=spf1 nclude:spf.ssmx.net ~all" ] - }, + }, { name = "selector._domainkey.hmctssurvey.justice.gov.uk." type = "CNAME" @@ -1538,7 +1777,7 @@ module "justice_gov_uk_records" { records = [ "HMCTSDKIM.ssmx.net" ] - }, + }, { name = "hmiprobationeforms.justice.gov.uk." type = "A" @@ -1546,51 +1785,62 @@ module "justice_gov_uk_records" { records = [ "81.171.138.201" ] - }, + }, { name = "hmpp-azdt.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns1-08.azure-dns.com.", - "ns2-08.azure-dns.net.", - "ns3-08.azure-dns.org.", + "ns1-08.azure-dns.com.", + "ns2-08.azure-dns.net.", + "ns3-08.azure-dns.org.", "ns4-08.azure-dns.info." ] - }, + }, { name = "hmppgw1.justice.gov.uk." type = "NS" ttl = 600 records = [ - "ns1-06.azure-dns.com.", - "ns2-06.azure-dns.net.", - "ns3-06.azure-dns.org.", + "ns1-06.azure-dns.com.", + "ns2-06.azure-dns.net.", + "ns3-06.azure-dns.org.", "ns4-06.azure-dns.info." ] - }, + }, { name = "hmppgw2.justice.gov.uk." type = "NS" ttl = 600 records = [ - "ns1-04.azure-dns.com.", - "ns2-04.azure-dns.net.", - "ns3-04.azure-dns.org.", + "ns1-04.azure-dns.com.", + "ns2-04.azure-dns.net.", + "ns3-04.azure-dns.org.", "ns4-04.azure-dns.info." ] - }, + }, { name = "hmpps-az-gw1.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns1-06.azure-dns.com.", - "ns2-06.azure-dns.net.", - "ns3-06.azure-dns.org.", + "ns1-06.azure-dns.com.", + "ns2-06.azure-dns.net.", + "ns3-06.azure-dns.org.", "ns4-06.azure-dns.info." ] - }, + }, + { + name = "iac-fees.justice.gov.uk." + type = "NS" + ttl = 300 + records = [ + "ns-1111.awsdns-10.org.", + "ns-714.awsdns-25.net.", + "ns-232.awsdns-29.com.", + "ns-2012.awsdns-59.co.uk." + ] + }, { name = "www.ictcareers.justice.gov.uk." type = "A" @@ -1598,7 +1848,7 @@ module "justice_gov_uk_records" { records = [ "193.113.14.4" ] - }, + }, { name = "www.ictstaffcareers.justice.gov.uk." type = "A" @@ -1606,29 +1856,29 @@ module "justice_gov_uk_records" { records = [ "193.113.14.69" ] - }, + }, { name = "immigrationappealsonline.justice.gov.uk." type = "NS" ttl = 600 records = [ - "ns-1040.awsdns-02.org.", - "ns-1990.awsdns-56.co.uk.", - "ns-345.awsdns-43.com.", - "ns-682.awsdns-21.net.", + "ns-345.awsdns-43.com.", + "ns-682.awsdns-21.net.", + "ns-1040.awsdns-02.org.", + "ns-1990.awsdns-56.co.uk." ] - }, + }, { name = "in-addr.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns-968.awsdns-57.net.", - "ns-1169.awsdns-18.org.", - "ns-2038.awsdns-62.co.uk.", + "ns-968.awsdns-57.net.", + "ns-1169.awsdns-18.org.", + "ns-2038.awsdns-62.co.uk.", "ns-454.awsdns-56.com." ] - }, + }, { name = "internalaudit.justice.gov.uk." type = "A" @@ -1636,7 +1886,7 @@ module "justice_gov_uk_records" { records = [ "51.231.96.231" ] - }, + }, { name = "internalaudit2.justice.gov.uk." type = "A" @@ -1644,27 +1894,27 @@ module "justice_gov_uk_records" { records = [ "51.231.96.230" ] - }, + }, { name = "intranet.justice.gov.uk." type = "NS" ttl = 600 records = [ - "ns-63.awsdns-07.com.", - "ns-913.awsdns-50.net.", - "ns-1367.awsdns-42.org.", + "ns-63.awsdns-07.com.", + "ns-913.awsdns-50.net.", + "ns-1367.awsdns-42.org.", "ns-1689.awsdns-19.co.uk." ] - }, + }, { name = "jobs.justice.gov.uk." type = "A" alias = { - evaluate_target_health = false - name = "dualstack.justi-loadb-sq9lna0p02ao-206129886.eu-west-2.elb.amazonaws.com" zone_id = "ZHURV8PSTC4K8" + name = "dualstack.justi-loadb-sq9lna0p02ao-206129886.eu-west-2.elb.amazonaws.com." + evaluate_target_health = false } - }, + }, { name = "jobs.justice.gov.uk." type = "TXT" @@ -1672,7 +1922,7 @@ module "justice_gov_uk_records" { records = [ "google-site-verification=ajvfy_2DMm2yiEMIzFgwTFjZ_MjqGZ3_mIusMQS93sY" ] - }, + }, { name = "_32e00677b9d5518d832c3dea41eb2222.jobs.justice.gov.uk." type = "CNAME" @@ -1680,7 +1930,7 @@ module "justice_gov_uk_records" { records = [ "_4f02d2a3ed7c6bb1093897f47f79399d.mzlfeqexyx.acm-validations.aws." ] - }, + }, { name = "s1._domainkey.jobs.justice.gov.uk." type = "CNAME" @@ -1688,7 +1938,7 @@ module "justice_gov_uk_records" { records = [ "s1.domainkey.u2320754.wl005.sendgrid.net" ] - }, + }, { name = "s2._domainkey.jobs.justice.gov.uk." type = "CNAME" @@ -1696,7 +1946,7 @@ module "justice_gov_uk_records" { records = [ "s2.domainkey.u2320754.wl005.sendgrid.net" ] - }, + }, { name = "em2023.jobs.justice.gov.uk." type = "CNAME" @@ -1704,7 +1954,7 @@ module "justice_gov_uk_records" { records = [ "u2320754.wl005.sendgrid.net" ] - }, + }, { name = "juror-bureau-nle.justice.gov.uk." type = "A" @@ -1712,7 +1962,7 @@ module "justice_gov_uk_records" { records = [ "10.25.255.202" ] - }, + }, { name = "juror-bureau.justice.gov.uk." type = "A" @@ -1720,18 +1970,18 @@ module "justice_gov_uk_records" { records = [ "10.24.0.11" ] - }, + }, { name = "juror-bureau.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns1-05.azure-dns.com", - "ns2-05.azure-dns.net", - "ns3-05.azure-dns.org", + "ns1-05.azure-dns.com", + "ns2-05.azure-dns.net", + "ns3-05.azure-dns.org", "ns4-05.azure-dns.info" ] - }, + }, { name = "lawcommission.justice.gov.uk." type = "A" @@ -1739,7 +1989,7 @@ module "justice_gov_uk_records" { records = [ "134.213.160.26" ] - }, + }, { name = "www.lawcommission.justice.gov.uk." type = "A" @@ -1747,7 +1997,7 @@ module "justice_gov_uk_records" { records = [ "134.213.160.26" ] - }, + }, { name = "legacy.justice.gov.uk." type = "A" @@ -1755,7 +2005,7 @@ module "justice_gov_uk_records" { records = [ "157.203.177.183" ] - }, + }, { name = "legacy_cas_acp.justice.gov.uk." type = "A" @@ -1763,7 +2013,7 @@ module "justice_gov_uk_records" { records = [ "157.203.176.166" ] - }, + }, { name = "legacy_cas_bpp.justice.gov.uk." type = "A" @@ -1771,18 +2021,18 @@ module "justice_gov_uk_records" { records = [ "157.203.177.182" ] - }, + }, { name = "legal-aid-checker.justice.gov.uk." type = "NS" ttl = 900 records = [ - "ns-285.awsdns-35.com.", - "ns-759.awsdns-30.net.", - "ns-1095.awsdns-08.org.", + "ns-285.awsdns-35.com.", + "ns-759.awsdns-30.net.", + "ns-1095.awsdns-08.org.", "ns-1948.awsdns-51.co.uk." ] - }, + }, { name = "legaladviserfinder.justice.gov.uk." type = "CNAME" @@ -1790,7 +2040,7 @@ module "justice_gov_uk_records" { records = [ "find-legal-advice.justice.gov.uk." ] - }, + }, { name = "legalaidcalculator.justice.gov.uk." type = "CNAME" @@ -1798,7 +2048,7 @@ module "justice_gov_uk_records" { records = [ "legal-aid-checker.justice.gov.uk." ] - }, + }, { name = "legalaidlearning.justice.gov.uk." type = "CNAME" @@ -1806,7 +2056,7 @@ module "justice_gov_uk_records" { records = [ "t12h.cloudlp.net" ] - }, + }, { name = "legalaidtraining.justice.gov.uk." type = "CNAME" @@ -1814,7 +2064,7 @@ module "justice_gov_uk_records" { records = [ "lsc.ds.synergy-learning.com." ] - }, + }, { name = "www.legalaidtraining.justice.gov.uk." type = "CNAME" @@ -1822,18 +2072,18 @@ module "justice_gov_uk_records" { records = [ "legalaidtraining.justice.gov.uk." ] - }, + }, { name = "llrs.justice.gov.uk." type = "NS" ttl = 600 records = [ - "ns-1134.awsdns-13.org", - "ns-1732.awsdns-24.co.uk", - "ns-242.awsdns-30.com", - "ns-911.awsdns-49.net" + "ns-911.awsdns-49.net", + "ns-1732.awsdns-24.co.uk", + "ns-1134.awsdns-13.org", + "ns-242.awsdns-30.com" ] - }, + }, { name = "locateaprison.justice.gov.uk." type = "A" @@ -1841,7 +2091,7 @@ module "justice_gov_uk_records" { records = [ "85.133.48.165" ] - }, + }, { name = "rvc-pp.lrc.justice.gov.uk." type = "A" @@ -1849,7 +2099,7 @@ module "justice_gov_uk_records" { records = [ "157.203.177.175" ] - }, + }, { name = "rvc-pp1.lrc.justice.gov.uk." type = "A" @@ -1857,7 +2107,7 @@ module "justice_gov_uk_records" { records = [ "157.203.177.176" ] - }, + }, { name = "rvc-pp2.lrc.justice.gov.uk." type = "A" @@ -1865,7 +2115,7 @@ module "justice_gov_uk_records" { records = [ "157.203.177.177" ] - }, + }, { name = "rvc.lrc.justice.gov.uk." type = "A" @@ -1873,7 +2123,7 @@ module "justice_gov_uk_records" { records = [ "213.121.161.117" ] - }, + }, { name = "rvc1.lrc.justice.gov.uk." type = "A" @@ -1881,7 +2131,7 @@ module "justice_gov_uk_records" { records = [ "213.121.161.118" ] - }, + }, { name = "rvc2.lrc.justice.gov.uk." type = "A" @@ -1889,7 +2139,7 @@ module "justice_gov_uk_records" { records = [ "213.121.161.119" ] - }, + }, { name = "lyncdiscover.justice.gov.uk." type = "CNAME" @@ -1897,7 +2147,31 @@ module "justice_gov_uk_records" { records = [ "webdir.online.lync.com." ] - }, + }, + { + name = "2ma4ihuxerbnpfigizw76xlnnxmw6zdr._domainkey.magistrates-recruitment.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "2ma4ihuxerbnpfigizw76xlnnxmw6zdr.dkim.amazonses.com" + ] + }, + { + name = "mgr3vnln72urts6bqgov55w27cx6ev7m._domainkey.magistrates-recruitment.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "mgr3vnln72urts6bqgov55w27cx6ev7m.dkim.amazonses.com" + ] + }, + { + name = "mtcbvhuukiwezp7optr5eiwl4y3heciz._domainkey.magistrates-recruitment.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "mtcbvhuukiwezp7optr5eiwl4y3heciz.dkim.amazonses.com" + ] + }, { name = "mail.justice.gov.uk." type = "A" @@ -1905,7 +2179,7 @@ module "justice_gov_uk_records" { records = [ "157.203.177.182" ] - }, + }, { name = "mail2.justice.gov.uk." type = "A" @@ -1913,18 +2187,18 @@ module "justice_gov_uk_records" { records = [ "208.51.151.2" ] - }, + }, { name = "makeaplea.justice.gov.uk." type = "NS" ttl = 600 records = [ - "ns-427.awsdns-53.com.", - "ns-895.awsdns-47.net.", - "ns-1074.awsdns-06.org.", + "ns-427.awsdns-53.com.", + "ns-895.awsdns-47.net.", + "ns-1074.awsdns-06.org.", "ns-1720.awsdns-23.co.uk." ] - }, + }, { name = "mal01.justice.gov.uk." type = "A" @@ -1932,7 +2206,7 @@ module "justice_gov_uk_records" { records = [ "195.27.17.254" ] - }, + }, { name = "mal03.justice.gov.uk." type = "A" @@ -1940,7 +2214,7 @@ module "justice_gov_uk_records" { records = [ "195.59.62.70" ] - }, + }, { name = "mappa.justice.gov.uk." type = "A" @@ -1948,7 +2222,7 @@ module "justice_gov_uk_records" { records = [ "31.25.189.126" ] - }, + }, { name = "mappa.justice.gov.uk." type = "MX" @@ -1956,7 +2230,7 @@ module "justice_gov_uk_records" { records = [ "5 mail.hosting.inovem.com." ] - }, + }, { name = "mappa.justice.gov.uk." type = "TXT" @@ -1964,7 +2238,15 @@ module "justice_gov_uk_records" { records = [ "v=spf1 ~all" ] - }, + }, + { + name = "_asvdns-0ead356d-9a3e-4758-a5f8-b6986baf28de.mappa.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "asvdns_0eec491c-2e7e-4186-a557-3aad3eef0498" + ] + }, { name = "_dmarc.mappa.justice.gov.uk." type = "TXT" @@ -1972,7 +2254,7 @@ module "justice_gov_uk_records" { records = [ "v=DMARC1;p=none;rua=mailto:dmarc-rua@dmarc.service.gov.uk" ] - }, + }, { name = "_smtp._tls.mappa.justice.gov.uk." type = "TXT" @@ -1980,7 +2262,7 @@ module "justice_gov_uk_records" { records = [ "v=TLSRPTv1;rua=mailto:tls-rua@mailcheck.service.ncsc.gov.uk" ] - }, + }, { name = "www.mappa.justice.gov.uk." type = "CNAME" @@ -1988,7 +2270,7 @@ module "justice_gov_uk_records" { records = [ "mappa.justice.gov.uk." ] - }, + }, { name = "markuppp.justice.gov.uk." type = "A" @@ -1996,7 +2278,7 @@ module "justice_gov_uk_records" { records = [ "83.151.216.179" ] - }, + }, { name = "www.markuppp.justice.gov.uk." type = "A" @@ -2004,7 +2286,7 @@ module "justice_gov_uk_records" { records = [ "83.151.216.179" ] - }, + }, { name = "mcnotify.justice.gov.uk." type = "CNAME" @@ -2012,7 +2294,7 @@ module "justice_gov_uk_records" { records = [ "hmcts-live-ext.azurefd.net" ] - }, + }, { name = "mctest.justice.gov.uk." type = "A" @@ -2020,7 +2302,7 @@ module "justice_gov_uk_records" { records = [ "195.59.75.157" ] - }, + }, { name = "mercuryforms.justice.gov.uk." type = "A" @@ -2028,7 +2310,7 @@ module "justice_gov_uk_records" { records = [ "10.40.42.15" ] - }, + }, { name = "mliveconfig.justice.gov.uk." type = "A" @@ -2036,7 +2318,7 @@ module "justice_gov_uk_records" { records = [ "10.40.55.11" ] - }, + }, { name = "mliveintel.justice.gov.uk." type = "A" @@ -2044,7 +2326,7 @@ module "justice_gov_uk_records" { records = [ "10.40.55.12" ] - }, + }, { name = "mlivemid.justice.gov.uk." type = "A" @@ -2052,7 +2334,7 @@ module "justice_gov_uk_records" { records = [ "10.40.55.13" ] - }, + }, { name = "mppconfig.justice.gov.uk." type = "A" @@ -2060,7 +2342,7 @@ module "justice_gov_uk_records" { records = [ "10.40.54.12" ] - }, + }, { name = "mppintel.justice.gov.uk." type = "A" @@ -2068,7 +2350,7 @@ module "justice_gov_uk_records" { records = [ "10.40.54.13" ] - }, + }, { name = "mppmid.justice.gov.uk." type = "A" @@ -2076,7 +2358,7 @@ module "justice_gov_uk_records" { records = [ "10.40.54.14" ] - }, + }, { name = "mrs.justice.gov.uk." type = "A" @@ -2084,7 +2366,7 @@ module "justice_gov_uk_records" { records = [ "157.203.177.182" ] - }, + }, { name = "mrs1.justice.gov.uk." type = "A" @@ -2092,7 +2374,7 @@ module "justice_gov_uk_records" { records = [ "157.203.177.131" ] - }, + }, { name = "mrs2.justice.gov.uk." type = "A" @@ -2100,7 +2382,7 @@ module "justice_gov_uk_records" { records = [ "157.203.176.142" ] - }, + }, { name = "mrs3.justice.gov.uk." type = "A" @@ -2108,7 +2390,7 @@ module "justice_gov_uk_records" { records = [ "157.203.177.133" ] - }, + }, { name = "mrs4.justice.gov.uk." type = "A" @@ -2116,7 +2398,7 @@ module "justice_gov_uk_records" { records = [ "157.203.176.143" ] - }, + }, { name = "msoid.justice.gov.uk." type = "CNAME" @@ -2124,40 +2406,57 @@ module "justice_gov_uk_records" { records = [ "clientconfig.microsoftonline-p.net." ] - }, + }, + { + name = "mta-sts.justice.gov.uk." + type = "A" + alias = { + zone_id = "Z2FDTNDATAQYW2" + name = "d10ub3a63bvlod.cloudfront.net." + evaluate_target_health = true + } + }, + { + name = "_19c1935c338c1a473a54c55c3260a113.mta-sts.justice.gov.uk." + type = "CNAME" + ttl = 60 + records = [ + "_deaf7cf7dd6d67b9f69b147486e6a1c9.pczglchxlc.acm-validations.aws." + ] + }, { name = "nac.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns-2001.awsdns-58.co.uk.", - "ns-1446.awsdns-52.org.", - "ns-543.awsdns-03.net.", + "ns-2001.awsdns-58.co.uk.", + "ns-1446.awsdns-52.org.", + "ns-543.awsdns-03.net.", "ns-57.awsdns-07.com." ] - }, + }, { name = "dev.nac.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns-508.awsdns-63.com.", - "ns-722.awsdns-26.net.", - "ns-1116.awsdns-11.org.", + "ns-508.awsdns-63.com.", + "ns-722.awsdns-26.net.", + "ns-1116.awsdns-11.org.", "ns-1793.awsdns-32.co.uk." ] - }, + }, { name = "prep.nac.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns-1494.awsdns-58.org.", - "ns-400.awsdns-50.com.", - "ns-779.awsdns-33.net.", + "ns-1494.awsdns-58.org.", + "ns-400.awsdns-50.com.", + "ns-779.awsdns-33.net.", "ns-1610.awsdns-09.co.uk." ] - }, + }, { name = "network.justice.gov.uk." type = "TXT" @@ -2165,7 +2464,7 @@ module "justice_gov_uk_records" { records = [ "reserverd for internal use" ] - }, + }, { name = "nicts.justice.gov.uk." type = "MX" @@ -2173,7 +2472,7 @@ module "justice_gov_uk_records" { records = [ "0 nicts-justice-gov-uk.mail.protection.outlook.com." ] - }, + }, { name = "nicts.justice.gov.uk." type = "TXT" @@ -2181,7 +2480,15 @@ module "justice_gov_uk_records" { records = [ "v=spf1 include:spf.protection.outlook.com -all" ] - }, + }, + { + name = "_asvdns-736b1b07-bcd9-4ef2-a110-c3a88035bb1f.nicts.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "asvdns_cebbfdc4-f8c6-4522-9ccb-9a9a86d29fa2" + ] + }, { name = "selector1._domainkey.nicts.justice.gov.uk." type = "CNAME" @@ -2189,7 +2496,7 @@ module "justice_gov_uk_records" { records = [ "selector1-nicts-justice-gov-uk._domainkey.JusticeUK.onmicrosoft.com" ] - }, + }, { name = "selector2._domainkey.nicts.justice.gov.uk." type = "CNAME" @@ -2197,7 +2504,7 @@ module "justice_gov_uk_records" { records = [ "selector2-nicts-justice-gov-uk._domainkey.JusticeUK.onmicrosoft.com" ] - }, + }, { name = "llrs.nle.justice.gov.uk." type = "A" @@ -2205,18 +2512,18 @@ module "justice_gov_uk_records" { records = [ "195.59.75.138" ] - }, + }, { name = "nomisqc.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns-1849.awsdns-39.co.uk.", - "ns-486.awsdns-60.com.", - "ns-960.awsdns-56.net.", + "ns-1849.awsdns-39.co.uk.", + "ns-486.awsdns-60.com.", + "ns-960.awsdns-56.net.", "ns-1464.awsdns-55.org." ] - }, + }, { name = "qc10.nomisqc.justice.gov.uk." type = "CNAME" @@ -2224,7 +2531,7 @@ module "justice_gov_uk_records" { records = [ "nomisqc.justice.gov.uk." ] - }, + }, { name = "noms.justice.gov.uk." type = "CNAME" @@ -2232,7 +2539,15 @@ module "justice_gov_uk_records" { records = [ "noms.homeoffice.gov.uk." ] - }, + }, + { + name = "_asvdns-1fb4a403-1fa4-4fb7-b867-57971e9f014b.noms.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "asvdns_0d95f6e5-d844-4069-a286-9e2e44b3cae1" + ] + }, { name = "www.noms.justice.gov.uk." type = "CNAME" @@ -2240,7 +2555,7 @@ module "justice_gov_uk_records" { records = [ "www.noms.homeoffice.gov.uk." ] - }, + }, { name = "noreply.justice.gov.uk." type = "MX" @@ -2248,7 +2563,7 @@ module "justice_gov_uk_records" { records = [ "0 justice-gov-uk.mail.protection.outlook.com." ] - }, + }, { name = "noreply.justice.gov.uk." type = "TXT" @@ -2256,7 +2571,7 @@ module "justice_gov_uk_records" { records = [ "v=spf1 ip4:194.33.196.8/32 ip4:194.33.192.8/32 ip4:194.33.192.201/32 ip4:194.33.192.202/32 ip4:194.33.196.201/32 ip4:194.33.196.202/32 ip4:195.59.75.140/32 ip4:195.59.75.12/32 -all" ] - }, + }, { name = "_dmarc.noreply.justice.gov.uk." type = "CNAME" @@ -2264,7 +2579,7 @@ module "justice_gov_uk_records" { records = [ "_dmarc_ttp_policy.justice.gov.uk" ] - }, + }, { name = "fp01._domainkey.noreply.justice.gov.uk." type = "TXT" @@ -2272,7 +2587,88 @@ module "justice_gov_uk_records" { records = [ "v=DKIM1\\;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCN/Dnp6gO1PJVQgLljNpkkvVUH/G04C2QkC28j8ddX13V7MAvDWpCxnUfTPy8C27njUImSa8b2TwyeA0P2ONPHQhW652tSxZa0+VT2b5qRFhne3UigZEeKhix988mhlOTO+6PN4+JR7MPXSeE0iGGPWm8m4JsxeaVvwN0XC92yvQIDAQAB\\;" ] - }, + }, + { + name = "official.justice.gov.uk." + type = "MX" + ttl = 3600 + records = [ + "0 official-justice-gov-uk.mail.protection.outlook.com" + ] + }, + { + name = "official.justice.gov.uk." + type = "TXT" + ttl = 3600 + records = [ + "v=spf1 include:spf.protection.outlook.com -all", + "atlassian-domain-verification=eZYa71sfUYC3GKWDAnR6IDBAD7m0PkEaKKOYkM2cjWj8or0XT0PwqvFpqTLtaNby" + ] + }, + { + name = "_asvdns-6a6085f3-b171-46b9-bdd0-7462d5e2018b.official.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "asvdns_742565c2-efd3-41d0-9d2d-d0b1a59c470c" + ] + }, + { + name = "_sipfederationtls._tcp.official.justice.gov.uk." + type = "SRV" + ttl = 3600 + records = [ + "100 1 5061 sipfed.online.lync.com" + ] + }, + { + name = "_sip._tls.official.justice.gov.uk." + type = "SRV" + ttl = 3600 + records = [ + "100 1 443 sipdir.online.lync.com" + ] + }, + { + name = "autodiscover.official.justice.gov.uk." + type = "CNAME" + ttl = 3600 + records = [ + "autodiscover.outlook.com" + ] + }, + { + name = "enterpriseenrollment.official.justice.gov.uk." + type = "CNAME" + ttl = 3600 + records = [ + "enterpriseenrollment.manage.microsoft.com" + ] + }, + { + name = "enterpriseregistration.official.justice.gov.uk." + type = "CNAME" + ttl = 3600 + records = [ + "enterpriseregistration.windows.net" + ] + }, + { + name = "lyncdiscover.official.justice.gov.uk." + type = "CNAME" + ttl = 3600 + records = [ + "webdir.online.lync.com" + ] + }, + { + name = "sip.official.justice.gov.uk." + type = "CNAME" + ttl = 3600 + records = [ + "sipdir.online.lync.com" + ] + }, { name = "old.justice.gov.uk." type = "CNAME" @@ -2280,7 +2676,7 @@ module "justice_gov_uk_records" { records = [ "www.justice.gov.uk." ] - }, + }, { name = "one3one.justice.gov.uk." type = "CNAME" @@ -2288,7 +2684,7 @@ module "justice_gov_uk_records" { records = [ "bouncer-cdn.production.govuk.service.gov.uk" ] - }, + }, { name = "www.one3one.justice.gov.uk." type = "CNAME" @@ -2296,7 +2692,7 @@ module "justice_gov_uk_records" { records = [ "bouncer-cdn.production.govuk.service.gov.uk" ] - }, + }, { name = "open.justice.gov.uk." type = "CNAME" @@ -2304,7 +2700,7 @@ module "justice_gov_uk_records" { records = [ "bouncer-cdn.production.govuk.service.gov.uk" ] - }, + }, { name = "www.open.justice.gov.uk." type = "CNAME" @@ -2312,7 +2708,7 @@ module "justice_gov_uk_records" { records = [ "bouncer-cdn.production.govuk.service.gov.uk" ] - }, + }, { name = "optic.justice.gov.uk." type = "MX" @@ -2320,16 +2716,16 @@ module "justice_gov_uk_records" { records = [ "0 optic-justice-gov-uk.mail.protection.outlook.com" ] - }, + }, { name = "optic.justice.gov.uk." type = "TXT" ttl = 60 records = [ - "amazonses:brpgA+nYWbeXbq05BWkw0znt7qzeOXcRRork8ZaTJlQ=", + "amazonses:brpgA+nYWbeXbq05BWkw0znt7qzeOXcRRork8ZaTJlQ=", "v=spf1 include:spf.protection.outlook.com -all" ] - }, + }, { name = "_amazonses.optic.justice.gov.uk." type = "TXT" @@ -2337,7 +2733,15 @@ module "justice_gov_uk_records" { records = [ "brpgA+nYWbeXbq05BWkw0znt7qzeOXcRRork8ZaTJlQ=" ] - }, + }, + { + name = "_asvdns-e76f185d-7489-45a7-8dac-9deb2b117dbd.optic.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "asvdns_5f1424e5-f06c-4267-922b-af94cf2ff3a1" + ] + }, { name = "4wlxo7xgsbccmlyejcjro4pldynv4jnc._domainkey.optic.justice.gov.uk." type = "CNAME" @@ -2345,7 +2749,7 @@ module "justice_gov_uk_records" { records = [ "4wlxo7xgsbccmlyejcjro4pldynv4jnc.dkim.amazonses.com" ] - }, + }, { name = "lgs2yxnfgsgfui3txt56yfesyxxqhlxv._domainkey.optic.justice.gov.uk." type = "CNAME" @@ -2353,7 +2757,7 @@ module "justice_gov_uk_records" { records = [ "lgs2yxnfgsgfui3txt56yfesyxxqhlxv.dkim.amazonses.com" ] - }, + }, { name = "mf4qadk67hcip4pdicehyqyx3fabzjg7._domainkey.optic.justice.gov.uk." type = "CNAME" @@ -2361,7 +2765,7 @@ module "justice_gov_uk_records" { records = [ "mf4qadk67hcip4pdicehyqyx3fabzjg7.dkim.amazonses.com" ] - }, + }, { name = "pcnotify.justice.gov.uk." type = "CNAME" @@ -2369,7 +2773,7 @@ module "justice_gov_uk_records" { records = [ "hmcts-live-ext.azurefd.net" ] - }, + }, { name = "afdverify.pcnotify.justice.gov.uk." type = "CNAME" @@ -2377,7 +2781,7 @@ module "justice_gov_uk_records" { records = [ "afdverify.hmcts-live-ext.azurefd.net" ] - }, + }, { name = "pctest.justice.gov.uk." type = "A" @@ -2385,7 +2789,7 @@ module "justice_gov_uk_records" { records = [ "195.59.75.156" ] - }, + }, { name = "pleuralplaques.justice.gov.uk." type = "A" @@ -2393,7 +2797,7 @@ module "justice_gov_uk_records" { records = [ "213.123.61.54" ] - }, + }, { name = "ppud.justice.gov.uk." type = "A" @@ -2401,16 +2805,177 @@ module "justice_gov_uk_records" { records = [ "216.35.235.66" ] - }, + }, + { + name = "_asvdns-6eec04e1-6ddd-4b7e-b87b-139a3adb8348.ppud.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "asvdns_71e19631-a469-42d9-a31a-142fa1f7bb22" + ] + }, + { + name = "email.ppud.justice.gov.uk." + type = "A" + ttl = 300 + records = [ + "13.42.91.90" + ] + }, { name = "internaltest.ppud.justice.gov.uk." type = "A" alias = { - evaluate_target_health = false - name = "ppud-alb-1480909259.eu-west-2.elb.amazonaws.com" zone_id = "ZHURV8PSTC4K8" + name = "ppud-alb-1480909259.eu-west-2.elb.amazonaws.com." + evaluate_target_health = false } - }, + }, + { + name = "da7smfnubppxwxgxaowqamccdqhcozpu._domainkey.internaltest.ppud.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "da7smfnubppxwxgxaowqamccdqhcozpu.dkim.amazonses.com" + ] + }, + { + name = "pcjuq4p5sm3aixid6ygchuzdzgafb4k3._domainkey.internaltest.ppud.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "pcjuq4p5sm3aixid6ygchuzdzgafb4k3.dkim.amazonses.com" + ] + }, + { + name = "vkssamelrhssixbcd3ljtet6ir336zjm._domainkey.internaltest.ppud.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "vkssamelrhssixbcd3ljtet6ir336zjm.dkim.amazonses.com" + ] + }, + { + name = "noreply.internaltest.ppud.justice.gov.uk." + type = "MX" + ttl = 300 + records = [ + "10 feedback-smtp.eu-west-2.amazonses.com" + ] + }, + { + name = "noreply.internaltest.ppud.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "v=spf1 include:amazonses.com -all" + ] + }, + { + name = "test.noreply.internaltest.ppud.justice.gov.uk." + type = "MX" + ttl = 300 + records = [ + "10 feedback-smtp.eu-west-2.amazonses.com" + ] + }, + { + name = "test.noreply.internaltest.ppud.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "v=spf1 include:amazonses.com ~all" + ] + }, + { + name = "secure-email.ppud.justice.gov.uk." + type = "A" + ttl = 300 + records = [ + "3.11.130.215" + ] + }, + { + name = "cjsm.secure-email.ppud.justice.gov.uk." + type = "MX" + ttl = 300 + records = [ + "10 relay1.cjsm.secure-email.ppud.justice.gov.uk", + "10 relay2.cjsm.secure-email.ppud.justice.gov.uk" + ] + }, + { + name = "cjsm.secure-email.ppud.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "v=spf1 ip4:18.169.26.236 ip4:3.9.111.144 ~all" + ] + }, + { + name = "_dmarc.cjsm.secure-email.ppud.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "v=DMARC1; p=quarantine; rua=mailto:cjsm.helpdesk@egress.com;" + ] + }, + { + name = "s1._domainkey.cjsm.secure-email.ppud.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "v=DKIM1;t=s;\"\"p=MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAqBp46Uo7o6UlqVbKLAQ/ZzcVu2ThvrLoWnbd11pJKKukuUBLch5J4UhB9TeMOnM99RfilzD/srAyV6ZZuOw1oST4OMYlc7zoe+QG3OGjY4JPO9vyhSQQvuDdb4\"\"1esPtaMfdeF6DhNGEux10erIvSwnxYSWQf8vM7OpvLX5S+XUA4yCMN8XspgUjtqeLaoSah7tEjjvv3hT/HDbj4WXjpkXojSynFPdQB4x368cBljG4ltPSR88MCLun/k1kII2sIadLnqSqS3IZd5EvJQrjMsgCeeXD3m\"\"KObrksp0TxkM7ASPbUAQAcnXksCMP0kqdF5dtcB14tlgZG6qD5kJNO+IIrFvjsipu126LsVceaQ6ShY5A7POW/L+V9p0dcLNxGIMh196kAG8GLDWGw+uWEeZ+K6HyTdcasQW3Y5+ukKbI1mxHjyUz6kdC6jDvYl8xse4H5yWZ/tYMbcMTvob8pMZMLWuEkSrRGJDAFrVydjSs3cC7N08tWVVO1rCXdGKhgjyeUJxj2nDlHmLsfIxv\"\"cTdLSzqdKNKl3uNGs8ewzB3VYJT8maovUl3gQIZsgMGHdHIlr2jqQ7SBFF97mxvEmra+rHpFlnXcg7X03OiZYuf5YtIWxFjUULZq99O9PMgnNMqyJVUmUQxhMgwAGWZfZteIvZVi8qlkLFLrLMuWggEW8CAwEAAQ==" + ] + }, + { + name = "relay0.cjsm.secure-email.ppud.justice.gov.uk." + type = "A" + ttl = 300 + records = [ + "10.27.9.39" + ] + }, + { + name = "relay0.cjsm.secure-email.ppud.justice.gov.uk." + type = "PTR" + ttl = 300 + records = [ + "10.27.9.39" + ] + }, + { + name = "relay1.cjsm.secure-email.ppud.justice.gov.uk." + type = "A" + ttl = 300 + records = [ + "3.9.111.144" + ] + }, + { + name = "relay1.cjsm.secure-email.ppud.justice.gov.uk." + type = "PTR" + ttl = 300 + records = [ + "3.9.111.144" + ] + }, + { + name = "relay2.cjsm.secure-email.ppud.justice.gov.uk." + type = "A" + ttl = 300 + records = [ + "18.169.26.236" + ] + }, + { + name = "relay2.cjsm.secure-email.ppud.justice.gov.uk." + type = "PTR" + ttl = 300 + records = [ + "18.169.26.236" + ] + }, { name = "training.ppud.justice.gov.uk." type = "A" @@ -2418,79 +2983,111 @@ module "justice_gov_uk_records" { records = [ "51.247.2.120" ] - }, + }, { name = "uat.ppud.justice.gov.uk." type = "A" alias = { - evaluate_target_health = false - name = "internal-ppud-alb-1479410725.eu-west-2.elb.amazonaws.com" zone_id = "ZHURV8PSTC4K8" + name = "internal-ppud-alb-1479410725.eu-west-2.elb.amazonaws.com." + evaluate_target_health = false } - }, + }, + { + name = "bs7fgun22ztsnycpk3h3kz55apoqkmpw._domainkey.uat.ppud.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "bs7fgun22ztsnycpk3h3kz55apoqkmpw.dkim.amazonses.com" + ] + }, + { + name = "jwq5kms72xtfzhmkfmrcnk5wyorhmfqv._domainkey.uat.ppud.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "jwq5kms72xtfzhmkfmrcnk5wyorhmfqv.dkim.amazonses.com" + ] + }, + { + name = "lli5y5gi7j6oibymkdt3aeovvaumzmkc._domainkey.uat.ppud.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "lli5y5gi7j6oibymkdt3aeovvaumzmkc.dkim.amazonses.com" + ] + }, + { + name = "noreply.uat.ppud.justice.gov.uk." + type = "MX" + ttl = 300 + records = [ + "10 feedback-smtp.eu-west-2.amazonses.com" + ] + }, + { + name = "noreply.uat.ppud.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "v=spf1 include:amazonses.com ~all" + ] + }, { name = "wam.ppud.justice.gov.uk." type = "A" alias = { - evaluate_target_health = false - name = "wam-alb-prod-533496256.eu-west-2.elb.amazonaws.com" zone_id = "ZHURV8PSTC4K8" + name = "wam-alb-prod-533496256.eu-west-2.elb.amazonaws.com." + evaluate_target_health = false } - }, + }, + { + name = "_asvdns-b5e0ed15-644e-40f9-87b0-835bb538bae9.wam.ppud.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "asvdns_62bc260c-2474-45f0-81c1-9b406bbe2212" + ] + }, { name = "waminternaltest.ppud.justice.gov.uk." type = "A" alias = { - evaluate_target_health = false - name = "wam-alb-dev-561040821.eu-west-2.elb.amazonaws.com" zone_id = "ZHURV8PSTC4K8" + name = "wam-alb-dev-561040821.eu-west-2.elb.amazonaws.com." + evaluate_target_health = false } - }, + }, { name = "wamuat.ppud.justice.gov.uk." type = "A" alias = { - evaluate_target_health = false - name = "wam-alb-uat-1048916145.eu-west-2.elb.amazonaws.com" zone_id = "ZHURV8PSTC4K8" + name = "wam-alb-uat-1048916145.eu-west-2.elb.amazonaws.com." + evaluate_target_health = false } - }, + }, { name = "www.ppud.justice.gov.uk." type = "A" alias = { - evaluate_target_health = false - name = "internal-ppud-alb-108079999.eu-west-2.elb.amazonaws.com" zone_id = "ZHURV8PSTC4K8" + name = "internal-ppud-alb-108079999.eu-west-2.elb.amazonaws.com." + evaluate_target_health = false } - }, - { - name = "email.ppud.justice.gov.uk." - type = "A" - ttl = 300 - records = [ - "13.42.91.90" - ] - }, - { - name = "secure-email.ppud.justice.gov.uk." - type = "A" - ttl = 300 - records = [ - "3.11.130.215" - ] - }, + }, { name = "pre-recorded-evidence.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns1-02.azure-dns.com.", - "ns2-02.azure-dns.net.", - "ns3-02.azure-dns.org.", + "ns1-02.azure-dns.com.", + "ns2-02.azure-dns.net.", + "ns3-02.azure-dns.org.", "ns4-02.azure-dns.info." ] - }, + }, { name = "probation.justice.gov.uk." type = "CNAME" @@ -2498,7 +3095,7 @@ module "justice_gov_uk_records" { records = [ "probation.homeoffice.gov.uk." ] - }, + }, { name = "www.probation.justice.gov.uk." type = "CNAME" @@ -2506,7 +3103,7 @@ module "justice_gov_uk_records" { records = [ "www.probation.homeoffice.gov.uk." ] - }, + }, { name = "procurement.justice.gov.uk." type = "A" @@ -2514,18 +3111,18 @@ module "justice_gov_uk_records" { records = [ "85.133.48.156" ] - }, + }, { name = "producttracker.justice.gov.uk." type = "NS" ttl = 43200 records = [ - "ns-58.awsdns-07.com.", - "ns-597.awsdns-10.net.", - "ns-1422.awsdns-49.org.", + "ns-58.awsdns-07.com.", + "ns-597.awsdns-10.net.", + "ns-1422.awsdns-49.org.", "ns-2000.awsdns-58.co.uk." ] - }, + }, { name = "sbc1.justice.gov.uk." type = "A" @@ -2533,7 +3130,7 @@ module "justice_gov_uk_records" { records = [ "194.74.1.27" ] - }, + }, { name = "sbc2.justice.gov.uk." type = "A" @@ -2541,7 +3138,7 @@ module "justice_gov_uk_records" { records = [ "194.73.190.251" ] - }, + }, { name = "sdt.justice.gov.uk." type = "CNAME" @@ -2549,7 +3146,7 @@ module "justice_gov_uk_records" { records = [ "firewall-prod-int-palo-sdtprod.uksouth.cloudapp.azure.com" ] - }, + }, { name = "commissioning.sdt.justice.gov.uk." type = "CNAME" @@ -2557,18 +3154,18 @@ module "justice_gov_uk_records" { records = [ "firewall-prod-int-palo-sdtcommprod.uksouth.cloudapp.azure.com" ] - }, + }, { name = "sendmoneytoaprisoner.justice.gov.uk." type = "NS" ttl = 3600 records = [ - "ns-1741.awsdns-25.co.uk.", - "ns-277.awsdns-34.com.", - "ns-711.awsdns-24.net.", + "ns-1741.awsdns-25.co.uk.", + "ns-277.awsdns-34.com.", + "ns-711.awsdns-24.net.", "ns-1308.awsdns-35.org." ] - }, + }, { name = "sentencing.justice.gov.uk." type = "A" @@ -2576,7 +3173,7 @@ module "justice_gov_uk_records" { records = [ "80.86.42.110" ] - }, + }, { name = "www.sentencing.justice.gov.uk." type = "A" @@ -2584,18 +3181,18 @@ module "justice_gov_uk_records" { records = [ "80.86.42.110" ] - }, + }, { name = "service.justice.gov.uk." type = "NS" ttl = 600 records = [ - "ns-187.awsdns-23.com.", - "ns-978.awsdns-58.net.", - "ns-1389.awsdns-45.org.", + "ns-187.awsdns-23.com.", + "ns-978.awsdns-58.net.", + "ns-1389.awsdns-45.org.", "ns-1621.awsdns-10.co.uk." ] - }, + }, { name = "sip.justice.gov.uk." type = "CNAME" @@ -2603,16 +3200,16 @@ module "justice_gov_uk_records" { records = [ "sipdir.online.lync.com." ] - }, + }, { name = "smtp.justice.gov.uk." type = "A" ttl = 600 records = [ - "194.33.196.8", + "194.33.196.8", "194.33.192.8" ] - }, + }, { name = "smtp01.justice.gov.uk." type = "A" @@ -2620,7 +3217,7 @@ module "justice_gov_uk_records" { records = [ "194.33.192.201" ] - }, + }, { name = "smtp02.justice.gov.uk." type = "A" @@ -2628,7 +3225,7 @@ module "justice_gov_uk_records" { records = [ "194.33.192.202" ] - }, + }, { name = "smtp03.justice.gov.uk." type = "A" @@ -2636,7 +3233,7 @@ module "justice_gov_uk_records" { records = [ "194.33.196.201" ] - }, + }, { name = "smtp04.justice.gov.uk." type = "A" @@ -2644,7 +3241,7 @@ module "justice_gov_uk_records" { records = [ "194.33.196.202" ] - }, + }, { name = "srs0001.justice.gov.uk." type = "A" @@ -2652,7 +3249,7 @@ module "justice_gov_uk_records" { records = [ "62.205.109.201" ] - }, + }, { name = "srs0002.justice.gov.uk." type = "A" @@ -2660,7 +3257,7 @@ module "justice_gov_uk_records" { records = [ "62.205.109.203" ] - }, + }, { name = "srs0003.justice.gov.uk." type = "A" @@ -2668,7 +3265,7 @@ module "justice_gov_uk_records" { records = [ "212.137.36.233" ] - }, + }, { name = "srs0004.justice.gov.uk." type = "A" @@ -2676,37 +3273,109 @@ module "justice_gov_uk_records" { records = [ "212.137.36.234" ] - }, + }, + { + name = "google._domainkey.courtstore.staging.justice.gov.uk." + type = "TXT" + ttl = 300 + records = [ + "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApqfF0gFxKSvqon8AyUse9ZOPILWxtEp\"\"Wvul48X42AzRXYVJDIQEAwBY4yPsMdg2DZA4v8BfkVS8XvcxpdrQ9Nn45q9kq7HOFd/Se0me\"\"Y41HJVbk8lfZ1/vEDsGmHcibHc0C0JFx/ggqeoCAcv2llGV5+qp1EdUgy\"\"XoBkKOz7IyoBjKQFQ39bVb17F4jOQ8HcbxE2sYon69nmDvB084jCToz2FYm\"\"b4q087/SqYv6p7Td6VU4Ndsfm81tV9LRJRfNA3wbiXfD6bN9HWHzWCKQpnzr9Mxz3Zwad0lIhaFYqbEux0LyyuDrFRD0x+7mTJCCnBgDJUXtp7GhHie8hUgV6/wIDAQAB" + ] + }, + { + name = "cms-staging.court.store.justice.gov.uk." + type = "A" + ttl = 300 + records = [ + "13.42.88.61" + ] + }, + { + name = "cms.court.store.justice.gov.uk." + type = "A" + ttl = 300 + records = [ + "51.231.76.132" + ] + }, + { + name = "libra-staging.court.store.justice.gov.uk." + type = "A" + ttl = 300 + records = [ + "13.42.88.61" + ] + }, + { + name = "libra.court.store.justice.gov.uk." + type = "A" + ttl = 300 + records = [ + "51.231.76.132" + ] + }, + { + name = "staff-staging.court.store.justice.gov.uk." + type = "A" + ttl = 300 + records = [ + "18.168.187.252" + ] + }, + { + name = "www.staff-staging.court.store.justice.gov.uk." + type = "A" + ttl = 300 + records = [ + "18.168.187.252" + ] + }, + { + name = "staff.court.store.justice.gov.uk." + type = "A" + ttl = 300 + records = [ + "51.231.76.135" + ] + }, + { + name = "_39afabf80f9d881f854469a933e1ed5c.staff.court.store.justice.gov.uk." + type = "CNAME" + ttl = 300 + records = [ + "40188DC7EAFFE4CDF630DDAA501F3337.741BAF40D1FE1A6AD69925E811C53C94.552c8bdf52e4b005b87a.sectigo.com." + ] + }, { name = "sts.justice.gov.uk." type = "NS" ttl = 600 records = [ - "ns1.uk.atos.net.", - "ns2.uk.atos.net.", + "ns1.uk.atos.net.", + "ns2.uk.atos.net.", "ns3.uk.atos.net." ] - }, + }, { name = "test.justice.gov.uk." type = "NS" ttl = 600 records = [ - "ns-590.awsdns-09.net.", - "ns-455.awsdns-56.com.", - "ns-1893.awsdns-44.co.uk.", + "ns-590.awsdns-09.net.", + "ns-455.awsdns-56.com.", + "ns-1893.awsdns-44.co.uk.", "ns-1433.awsdns-51.org." ] - }, + }, { name = "smtp.test.justice.gov.uk." type = "A" ttl = 600 records = [ - "195.59.75.12", + "195.59.75.12", "195.59.75.140" ] - }, + }, { name = "uatclaonlineadvice.justice.gov.uk." type = "A" @@ -2714,7 +3383,7 @@ module "justice_gov_uk_records" { records = [ "81.105.223.243" ] - }, + }, { name = "www.uatclaonlineadvice.justice.gov.uk." type = "A" @@ -2722,34 +3391,34 @@ module "justice_gov_uk_records" { records = [ "81.105.223.243" ] - }, + }, { name = "_h323cs._tcp.video.justice.gov.uk." type = "SRV" ttl = 300 records = [ - "10 10 1720 px01.video.justice.gov.uk", + "10 10 1720 px01.video.justice.gov.uk", "10 10 1720 px02.video.justice.gov.uk" ] - }, + }, { name = "_pexapp._tcp.video.justice.gov.uk." type = "SRV" ttl = 300 records = [ - "10 10 443 px01.video.justice.gov.uk", + "10 10 443 px01.video.justice.gov.uk", "10 10 443 px02.video.justice.gov.uk" ] - }, + }, { name = "_sip._tcp.video.justice.gov.uk." type = "SRV" ttl = 300 records = [ - "10 10 5060 px01.video.justice.gov.uk", + "10 10 5060 px01.video.justice.gov.uk", "10 10 5060 px02.video.justice.gov.uk" ] - }, + }, { name = "_sipfederationtls._tcp.video.justice.gov.uk." type = "SRV" @@ -2757,34 +3426,34 @@ module "justice_gov_uk_records" { records = [ "10 10 5061 sip.video.justice.gov.uk" ] - }, + }, { name = "_sips._tcp.video.justice.gov.uk." type = "SRV" ttl = 300 records = [ - "10 10 5061 px01.video.justice.gov.uk", + "10 10 5061 px01.video.justice.gov.uk", "10 10 5061 px02.video.justice.gov.uk" ] - }, + }, { name = "_h323ls._udp.video.justice.gov.uk." type = "SRV" ttl = 300 records = [ - "10 10 1719 px01.video.justice.gov.uk", + "10 10 1719 px01.video.justice.gov.uk", "10 10 1719 px02.video.justice.gov.uk" ] - }, + }, { name = "_h323rs._udp.video.justice.gov.uk." type = "SRV" ttl = 300 records = [ - "10 10 1719 px01.video.justice.gov.uk", + "10 10 1719 px01.video.justice.gov.uk", "10 10 1719 px02.video.justice.gov.uk" ] - }, + }, { name = "meet.video.justice.gov.uk." type = "A" @@ -2792,34 +3461,34 @@ module "justice_gov_uk_records" { records = [ "35.246.120.206" ] - }, + }, { name = "_h323cs._tcp.meet.video.justice.gov.uk." type = "SRV" ttl = 300 records = [ - "10 10 1720 px01.meet.video.justice.gov.uk", + "10 10 1720 px01.meet.video.justice.gov.uk", "10 10 1720 px02.meet.video.justice.gov.uk" ] - }, + }, { name = "_pexapp._tcp.meet.video.justice.gov.uk." type = "SRV" ttl = 300 records = [ - "10 10 443 px01.meet.video.justice.gov.uk", + "10 10 443 px01.meet.video.justice.gov.uk", "10 10 443 px02.meet.video.justice.gov.uk" ] - }, + }, { name = "_sip._tcp.meet.video.justice.gov.uk." type = "SRV" ttl = 300 records = [ - "10 10 5060 px01.meet.video.justice.gov.uk", + "10 10 5060 px01.meet.video.justice.gov.uk", "10 10 5060 px02.meet.video.justice.gov.uk" ] - }, + }, { name = "_sipfederationtls._tcp.meet.video.justice.gov.uk." type = "SRV" @@ -2827,34 +3496,34 @@ module "justice_gov_uk_records" { records = [ "10 10 5061 sip.meet.video.justice.gov.uk" ] - }, + }, { name = "_sips._tcp.meet.video.justice.gov.uk." type = "SRV" ttl = 300 records = [ - "10 10 5061 px01.meet.video.justice.gov.uk", + "10 10 5061 px01.meet.video.justice.gov.uk", "10 10 5061 px02.meet.video.justice.gov.uk" ] - }, + }, { name = "_h323ls._udp.meet.video.justice.gov.uk." type = "SRV" ttl = 300 records = [ - "10 10 1719 px01.meet.video.justice.gov.uk", + "10 10 1719 px01.meet.video.justice.gov.uk", "10 10 1719 px02.meet.video.justice.gov.uk" ] - }, + }, { name = "_h323rs._udp.meet.video.justice.gov.uk." type = "SRV" ttl = 300 records = [ - "10 10 1719 px01.meet.video.justice.gov.uk", + "10 10 1719 px01.meet.video.justice.gov.uk", "10 10 1719 px02.meet.video.justice.gov.u" ] - }, + }, { name = "join.meet.video.justice.gov.uk." type = "A" @@ -2862,7 +3531,7 @@ module "justice_gov_uk_records" { records = [ "35.246.120.206" ] - }, + }, { name = "px01.meet.video.justice.gov.uk." type = "A" @@ -2870,7 +3539,7 @@ module "justice_gov_uk_records" { records = [ "35.246.64.24" ] - }, + }, { name = "px02.meet.video.justice.gov.uk." type = "A" @@ -2878,16 +3547,16 @@ module "justice_gov_uk_records" { records = [ "35.246.125.146" ] - }, + }, { name = "sip.meet.video.justice.gov.uk." type = "A" ttl = 300 records = [ - "35.246.64.24", + "35.246.64.24", "35.246.125.146" ] - }, + }, { name = "px01.video.justice.gov.uk." type = "A" @@ -2895,7 +3564,7 @@ module "justice_gov_uk_records" { records = [ "35.246.26.18" ] - }, + }, { name = "px02.video.justice.gov.uk." type = "A" @@ -2903,47 +3572,47 @@ module "justice_gov_uk_records" { records = [ "35.246.61.112" ] - }, + }, { name = "sip.video.justice.gov.uk." type = "A" ttl = 300 records = [ - "35.246.26.18", + "35.246.26.18", "35.246.61.112" ] - }, + }, { name = "videoportal.justice.gov.uk." type = "A" ttl = 300 records = [ - "10.171.6.59", + "10.171.6.59", "10.172.6.59" ] - }, + }, { name = "vpn.justice.gov.uk." type = "NS" ttl = 300 records = [ - "ns-1088.awsdns-08.org.", - "ns-388.awsdns-48.com.", - "ns-1588.awsdns-06.co.uk.", + "ns-1088.awsdns-08.org.", + "ns-388.awsdns-48.com.", + "ns-1588.awsdns-06.co.uk.", "ns-667.awsdns-19.net." ] - }, + }, { name = "webchat.justice.gov.uk." type = "NS" ttl = 900 records = [ - "ns-25.awsdns-03.com.", - "ns-787.awsdns-34.net.", - "ns-1467.awsdns-55.org.", + "ns-25.awsdns-03.com.", + "ns-787.awsdns-34.net.", + "ns-1467.awsdns-55.org.", "ns-1741.awsdns-25.co.uk." ] - }, + }, { name = "www.justice.gov.uk." type = "A" @@ -2951,7 +3620,7 @@ module "justice_gov_uk_records" { records = [ "185.64.253.120" ] - }, + }, { name = "_acme-challenge.www.justice.gov.uk." type = "CNAME" @@ -2959,7 +3628,7 @@ module "justice_gov_uk_records" { records = [ "tz6w9gwqaey5j0h4oq.fastly-validations.com" ] - }, + }, { name = "_github-challenge-ministryofjustice.www.justice.gov.uk." type = "TXT" @@ -2967,7 +3636,7 @@ module "justice_gov_uk_records" { records = [ "80b1cb80e6" ] - }, + }, { name = "_github-challenge-moj-analytical-services.www.justice.gov.uk." type = "TXT" @@ -2975,29 +3644,29 @@ module "justice_gov_uk_records" { records = [ "a75165038c" ] - }, + }, { name = "xhibit.justice.gov.uk." type = "NS" ttl = 600 records = [ - "ns-5.awsdns-00.com.", - "ns-632.awsdns-15.net.", - "ns-1197.awsdns-21.org.", + "ns-5.awsdns-00.com.", + "ns-632.awsdns-15.net.", + "ns-1197.awsdns-21.org.", "ns-1755.awsdns-27.co.uk." ] - }, + }, { name = "ybtj.justice.gov.uk." type = "NS" ttl = 900 records = [ - "ns-126.awsdns-15.com.", - "ns-695.awsdns-22.net.", - "ns-1434.awsdns-51.org.", + "ns-126.awsdns-15.com.", + "ns-695.awsdns-22.net.", + "ns-1434.awsdns-51.org.", "ns-1894.awsdns-44.co.uk." ] - }, + }, { name = "yjaf-smtp.justice.gov.uk." type = "MX" @@ -3005,7 +3674,7 @@ module "justice_gov_uk_records" { records = [ "10 feedback-smtp.eu-west-2.amazonses.com" ] - }, + }, { name = "yjaf-smtp.justice.gov.uk." type = "TXT" @@ -3013,38 +3682,28 @@ module "justice_gov_uk_records" { records = [ "v=spf1 include:amazonses.com -all" ] - }, + }, { name = "yjbpublications.justice.gov.uk." type = "NS" ttl = 900 records = [ - "ns-247.awsdns-30.com.", - "ns-536.awsdns-03.net.", - "ns-1481.awsdns-57.org.", + "ns-247.awsdns-30.com.", + "ns-536.awsdns-03.net.", + "ns-1481.awsdns-57.org.", "ns-1881.awsdns-43.co.uk." ] - }, + }, { name = "yjils.justice.gov.uk." type = "NS" ttl = 900 records = [ - "ns-294.awsdns-36.com.", - "ns-526.awsdns-01.net.", - "ns-1509.awsdns-60.org.", + "ns-294.awsdns-36.com.", + "ns-526.awsdns-01.net.", + "ns-1509.awsdns-60.org.", "ns-1777.awsdns-30.co.uk." ] } ] -} - -moved { - from = module.justice_gov_uk.aws_route53_record.default - to = module.justice_gov_uk_records.aws_route53_record.this -} - -moved { - from = module.justice_gov_uk.aws_route53_zone.default - to = module.justice_gov_uk_zone.aws_route53_zone.this -} +} \ No newline at end of file