Hi, I keep getting `update [diff: ~viewerCerti...
# aws
d
Hi, I keep getting
update     [diff: ~viewerCertificate]
even if I didn't make any change to my cloudfront configuration, is there any way to avoid this? there's nothing fancy over there, it's just a cloudfront domain without route53, pointing to an s3 bucket
Copy code
viewerCertificate: {
   cloudfrontDefaultCertificate: true,
   sslSupportMethod: 'sni-only',
},