Skip to content

Commit

Permalink
Merge branch 'master' into robertd/api-gateway-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 3, 2021
2 parents 158ab9b + e244c5d commit d5c71e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-certificatemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const cert = new acm.Certificate(this, 'Certificate', {
domainName: 'test.example.com',
subjectAlternativeNames: ['cool.example.com', 'test.example.net'],
validation: acm.CertificateValidation.fromDnsMultiZone({
'text.example.com': exampleCom,
'test.example.com': exampleCom,
'cool.example.com': exampleCom,
'test.example.net': exampleNet,
}),
Expand Down

0 comments on commit d5c71e4

Please sign in to comment.