Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jimrubenstein opened this issue Aug 3, 2020 · 1 comment

Comments

@jimrubenstein
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants