Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Sep 10, 2024
1 parent db0531c commit 8b596d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/lib/pmtiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
DomainName: cf.join(['tiles.', cf.ref('HostedURL')]),
RegionalCertificateArn: cf.join(['arn:', cf.partition, ':acm:', cf.region, ':', cf.accountId, ':certificate/', cf.ref('SSLCertificateIdentifier')]),
EndpointConfiguration: {
Types: [ 'REGIONAL' ]
Types: ['REGIONAL']
}
}
},
Expand Down

0 comments on commit 8b596d8

Please sign in to comment.