dflook / cloudformation-dns-certificate

Cloudformation DNS Validated Certificate Resource
MIT License
48 stars 13 forks source link

Ability to skip recordset creation for some domains #9

Closed rjgys closed 1 year ago

rjgys commented 4 years ago

Hi,

I have a use case whereby the certificate contains some domains that are managed externally (outside of Route53). For these domains it would be useful to have an option to skip the attempt to create the validation records (otherwise the certificate creation fails).

Best regards, RJ

dflook commented 4 years ago

The standard AWS::CertificateManager::Certificate resource has been updated to allow creation of DNS validated certificates now, by setting the ValidationMethod. It still doesn't actually create the validation records, but would that be OK for your use case?

dflook commented 1 year ago

In version 2.0.0 you no longer need a DomainValidationOption for all domains in the certificate. If there isn't one for a name, the validation records won't be created. You will need to create the records through other means