Hello - looking for some guidance on a stalled aws...
# aws
s
Hello - looking for some guidance on a stalled aws.acm.CertificateValidation record creation - most of what I've searched on is tangentially related, but the issue I'm seeing is an error message saying a CNAME record for the cert validation doesn't exist, when in fact it does:
Copy code
error:   sdk-v2/provider2.go:515: sdk.helper_schema: missing t********d.com DNS validation record: _244021*****************8fc31b0.t**********d.com: provider=aws@6.66.2
The record in question is clearly created/listed in Route53...
I am attempting to create a cert that has a wildcard at the first subdomain and also the name.tld as an SAN. Both the validation records are the same for those two domains in the cert, so I'm only creating one
l
Is it in a public zone?
s
Yeah it was in a public zone—was my mistake, I had destroyed and recreated the zone and the zone NS records changed and I didn't update them. All good now.