Skip to content

Commit

Permalink
change FastlyDRTestDNS to point at dualstack.guardian.map.fastly.net
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwmcnamara committed Apr 11, 2024
1 parent 97535fe commit ace3c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions cdk/lib/__snapshots__/cdk-playground.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -281,12 +281,7 @@ Object {
"Name": "cdk-status-resources.guardianapis.com",
"RecordType": "CNAME",
"ResourceRecords": Array [
Object {
"Fn::GetAtt": Array [
"LoadBalancerCdkplayground7C6B4D97",
"DNSName",
],
},
"dualstack.guardian.map.fastly.net",
],
"Stage": "PROD",
"TTL": 3600,
Expand Down
2 changes: 1 addition & 1 deletion cdk/lib/cdk-playground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class CdkPlayground extends GuStack {
app: ec2App,
ttl: Duration.hours(1),
domainName: fastlyDRTestDomainName,
resourceRecord: loadBalancer.loadBalancerDnsName,
resourceRecord: 'dualstack.guardian.map.fastly.net',
});

new GuCname(this, 'EC2AppDNS', {
Expand Down

0 comments on commit ace3c9b

Please sign in to comment.