DNSMadeEasy / dme-go-client

Mozilla Public License 2.0
2 stars 7 forks source link

Terraform DME Provider is unable to manage domain root-level records #2

Open jimrubenstein opened 4 years ago

jimrubenstein commented 4 years ago

The DNS Made Easy API expects a name property to be specified for creating dns records. This client actively ignores empty name values, and doesn't provide a mechanism to specify a name for the domain's root records.

This affects MX records, A records, ANAME records, TXT records, etc.

Promposed:

Allow @ to be used as a specifier for the root name, and replace it with an empty name value to post via the API client.

PR to follow

thijsdev commented 3 years ago

This would really help me as well. Any outlook on fixing this?