This message was deleted.
# aws
s
This message was deleted.
f
Ok, I figured that docs are missing provider option:
Copy code
certCertificateValidation:
    type: aws:acm:CertificateValidation
    properties:
      certificateArn: ${certificate.arn}
      validationRecordFqdns:
        - ${certValidation.fqdn}
    options:
      provider: ${us-east-provider}
which is redundant as only
us-east-1
certs are good for CDN but anyway now what we have is that validation has no errors but it times out, it just never happens 😞
nobody emphasizes this but you MUST create hosted zone manually and MATCH NS records from domain with hosted zone when hosted zone is curated by Pulumi it is being recreated multiple times and your NS records get messed
😖 1
👀 2