adamant-dress-73325
04/23/2019, 11:34 PMnew aws.acm.CertificateValidation()
is not doing this by default?gentle-diamond-70147
04/24/2019, 12:30 AMstocky-spoon-28903
04/24/2019, 3:05 AMadamant-dress-73325
04/24/2019, 2:31 PMlet ptCert = new aws.acm.Certificate("pt_certificate", {
domainName: domainName,
validationMethod: "DNS"
});
let ptCertValidation = new aws.acm.CertificateValidation(
"pt_certificate_validation",
{
certificateArn: ptCert.arn
}
);
I can dm the whole code if needed. @stocky-spoon-28903 Well this instance, I don’t think the longer timeout would work, because when I went into the console, the button to create the DNS validation records had not been clicked, leading me to believe the option was never set upon Cert creation.gentle-diamond-70147
04/24/2019, 2:45 PMadamant-dress-73325
04/24/2019, 2:54 PMDNS
validation type, guess not.gentle-diamond-70147
04/24/2019, 2:58 PMadamant-dress-73325
04/24/2019, 3:38 PM