Problem With ACM In AWS I am using Cloudflare to ...
# general
l
Problem With ACM In AWS I am using Cloudflare to manage my DNSs, however, when I use the following commands, to setup listener, it will fail:
Copy code
* creating ELBv2 Listener *****  UnsupportedCertificate: The certificate *****  must have a fully-qualified domain name, a supported signature, and a supported key size.
After searching the internet, I found it is because the certification is in Pending Validation State, and if you run the
pulumi up
next time, the resource will create successfully https://stackoverflow.com/questions/72227832/certificate-must-have-a-fully-qualified-domain-name-a-supported-signature-and so, we need to wait until the status of the certification became "Issued" and then the create the listener. how can I do this in pulumi? here is the full source code https://gist.github.com/atazangene/03ca0c4cfd532ebc9949e1012dc695a9
d
The listener needs to depend on the certValidation