@@ -58,7 +58,6 @@ exports[`The Registration stack matches the snapshot for CODE 1`] = `
5858 " GuHttpsApplicationListener" ,
5959 " GuParameter" ,
6060 " GuCname" ,
61- " GuCname" ,
6261 ],
6362 " gu:cdk:version" : " TEST" ,
6463 },
@@ -128,14 +127,6 @@ exports[`The Registration stack matches the snapshot for CODE 1`] = `
128127 " Description" : " SSM parameter containing the S3 bucket name holding distribution artifacts" ,
129128 " Type" : " AWS::SSM::Parameter::Value<String>" ,
130129 },
131- " DomainName" : {
132- " Description" : " The domain name of the ELB, should contain the trailing dot stuff.zone.example.com." ,
133- " Type" : " String" ,
134- },
135- " HostedZone" : {
136- " Description" : " The HostedZone, should contain the trailing dot zone.example.com." ,
137- " Type" : " String" ,
138- },
139130 " LegacyLoggingStreamName" : {
140131 " AllowedValues" : [
141132 " /account/services/logging.stream.name.code" ,
@@ -577,24 +568,6 @@ exports[`The Registration stack matches the snapshot for CODE 1`] = `
577568 },
578569 " Type" : " AWS::IAM::Role" ,
579570 },
580- " DnsRecord" : {
581- " Properties" : {
582- " HostedZoneName" : {
583- " Ref" : " HostedZone" ,
584- },
585- " Name" : {
586- " Ref" : " DomainName" ,
587- },
588- " ResourceRecords" : [
589- {
590- " Fn::GetAtt" : " LoadBalancerToPrivateASG.DNSName" ,
591- },
592- ],
593- " TTL" : " 60" ,
594- " Type" : " CNAME" ,
595- },
596- " Type" : " AWS::Route53::RecordSet" ,
597- },
598571 " DnsRecordForRegistration" : {
599572 " Properties" : {
600573 " Name" : " notifications.code.dev-guardianapis.com" ,
@@ -1439,20 +1412,6 @@ exports[`The Registration stack matches the snapshot for CODE 1`] = `
14391412 },
14401413 " Type" : " AWS::CloudWatch::Alarm" ,
14411414 },
1442- " NS1ToRoute53Record" : {
1443- " Properties" : {
1444- " Name" : " registration.notifications.code.dev-guardianapis.com" ,
1445- " RecordType" : " CNAME" ,
1446- " ResourceRecords" : [
1447- {
1448- " Ref" : " DomainName" ,
1449- },
1450- ],
1451- " Stage" : " CODE" ,
1452- " TTL" : 3600 ,
1453- },
1454- " Type" : " Guardian::DNS::RecordSet" ,
1455- },
14561415 " NotEnoughHttpCode200sAlarm" : {
14571416 " Properties" : {
14581417 " AlarmActions" : [
@@ -2082,7 +2041,6 @@ exports[`The Registration stack matches the snapshot for PROD 1`] = `
20822041 " GuHttpsApplicationListener" ,
20832042 " GuParameter" ,
20842043 " GuCname" ,
2085- " GuCname" ,
20862044 ],
20872045 " gu:cdk:version" : " TEST" ,
20882046 },
@@ -2152,14 +2110,6 @@ exports[`The Registration stack matches the snapshot for PROD 1`] = `
21522110 " Description" : " SSM parameter containing the S3 bucket name holding distribution artifacts" ,
21532111 " Type" : " AWS::SSM::Parameter::Value<String>" ,
21542112 },
2155- " DomainName" : {
2156- " Description" : " The domain name of the ELB, should contain the trailing dot stuff.zone.example.com." ,
2157- " Type" : " String" ,
2158- },
2159- " HostedZone" : {
2160- " Description" : " The HostedZone, should contain the trailing dot zone.example.com." ,
2161- " Type" : " String" ,
2162- },
21632113 " LegacyLoggingStreamName" : {
21642114 " AllowedValues" : [
21652115 " /account/services/logging.stream.name.code" ,
@@ -2601,24 +2551,6 @@ exports[`The Registration stack matches the snapshot for PROD 1`] = `
26012551 },
26022552 " Type" : " AWS::IAM::Role" ,
26032553 },
2604- " DnsRecord" : {
2605- " Properties" : {
2606- " HostedZoneName" : {
2607- " Ref" : " HostedZone" ,
2608- },
2609- " Name" : {
2610- " Ref" : " DomainName" ,
2611- },
2612- " ResourceRecords" : [
2613- {
2614- " Fn::GetAtt" : " LoadBalancerToPrivateASG.DNSName" ,
2615- },
2616- ],
2617- " TTL" : " 60" ,
2618- " Type" : " CNAME" ,
2619- },
2620- " Type" : " AWS::Route53::RecordSet" ,
2621- },
26222554 " DnsRecordForRegistration" : {
26232555 " Properties" : {
26242556 " Name" : " notifications.guardianapis.com" ,
@@ -3463,20 +3395,6 @@ exports[`The Registration stack matches the snapshot for PROD 1`] = `
34633395 },
34643396 " Type" : " AWS::CloudWatch::Alarm" ,
34653397 },
3466- " NS1ToRoute53Record" : {
3467- " Properties" : {
3468- " Name" : " registration.notifications.guardianapis.com" ,
3469- " RecordType" : " CNAME" ,
3470- " ResourceRecords" : [
3471- {
3472- " Ref" : " DomainName" ,
3473- },
3474- ],
3475- " Stage" : " PROD" ,
3476- " TTL" : 3600 ,
3477- },
3478- " Type" : " Guardian::DNS::RecordSet" ,
3479- },
34803398 " NotEnoughHttpCode200sAlarm" : {
34813399 " Properties" : {
34823400 " AlarmActions" : [
0 commit comments