Searched on the cloudflare forums to find many dead end threads that have been closed so I can’t post there but must create a new one.
Added optional parameters to the resource blocks which were the accepted solutions in the other threads, such as topic id 599327
Manually added the record to test if that would get validated
What feature, service or problem is this related to?
I am coming from route53 in AWS and migrating records over to cloudflare.
In route53, the records property of a aws_route53_record resource block in terraform is 10 feedback-smtp.amazonses.com
In cloudflare, the 10 is set as the priority value, and the record value (the value property in the cloudflare_record resource) is the remaining feedback-smtp.amazonses.com
After looking thru github for similar cloudflare_records for SES, I found some examples that separate the value and the priority, such as this one
After modifying my code block to have the value and priority separated instead of in the same string as they were in route53, the record created.