aws-ia / cloudformation-cloudflare-resource-providers

Cloudflare CFN Registry resource
Apache License 2.0
9 stars 6 forks source link

Unable to create DS records #24

Open hudsontavares opened 3 months ago

hudsontavares commented 3 months ago

Hi authors,

First of all, thank you for providing such a helpful capacity! I struggled to include some AWS Route 53 definitions, but this library allowed me to keep things on Cloudflare and only put the needed parts on AWS, reducing my risk.

One thing I noticed, though, is that for provisioning DS records, you need to provide a data object with properties rather than a content one (Cloudflare API documentation, please choose the "DS" option on the Body subsection).

Is there any workaround for that? I could happily contribute with a pull request if I get some directions here.