Skip to content

Commit 8a067b0

Browse files
authored
Merge pull request #480 from guardian/jw-fastly-dns
Modify Fastly DNS name to resolve certificate problem
2 parents 202095f + 735b1e8 commit 8a067b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cdk/lib/__snapshots__/cdk-playground.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Object {
278278
},
279279
"FastlyDNS": Object {
280280
"Properties": Object {
281-
"Name": "cdn-playground.gutools.co.uk",
281+
"Name": "cdn-playground.code.dev-guardianapis.com",
282282
"RecordType": "CNAME",
283283
"ResourceRecords": Array [
284284
"dualstack.guardian.map.fastly.net",

cdk/lib/cdk-playground.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class CdkPlayground extends GuStack {
6262
new GuCname(this, 'FastlyDNS', {
6363
app: ec2App,
6464
ttl: Duration.hours(1),
65-
domainName: 'cdn-playground.gutools.co.uk',
65+
domainName: 'cdn-playground.code.dev-guardianapis.com',
6666
resourceRecord: 'dualstack.guardian.map.fastly.net',
6767
});
6868

0 commit comments

Comments
 (0)