billowy-laptop-45963
04/18/2021, 11:40 PMvalidations = [domainName, ...subjectAlternativeNames]
validationRecords = validations.map((domain, i) => new aws.route53.Record(`vr${i}`, {
name: cert.domainValidationOptions[i].resourceRecordName,
...
})
it seems like the aws.Certificate.domainValidationOptions[] ordering no longer matches my validations array. Is there a way to deterministically create the validation records?