-
Notifications
You must be signed in to change notification settings - Fork 5
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
[BUG] Adding nameserver fails #37
Comments
I have a similar issue:
Please help. |
@iamdevnull fyi as a workaround, I looked up the ID of the nameserver resource using the Python API client (https://github.com/inwx/python-client) and used |
@igorakkerman thx a lot! |
Can you maybe share with me your code. Which output param did you use as input for tf import? https://www.inwx.de/en/help/apidoc/f/ch02s15.html#nameserver.info |
@iamdevnull I believe I just printed the result of the API call to the console and copy-pasted the api_client.call_api(api_method="nameserver.info", method_params= {
"domain": "mydomain.com"
}) |
Checklist
Describe the bug
Trying to create a nameserver resource in order to add DNS records for a domain before transferring it to INWX from another registrar.
To Reproduce
Create resource
inwx_nameserver
Expected behavior
Nameserver resource is created.
Additional context
Output of
terraform apply
: (domain name changed for demonstration purposes to example.com)Only tested in live system.
Sample .tf configuration:
The text was updated successfully, but these errors were encountered: