-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
dyn_record creation returns "404 Not Found" #4862
Comments
@anero: I hit the same thing just now but there's a workaround. I think Dyn wants to use the TLDs as the primary Zones, so you have to arrange it like this:
|
@kevinlondon That did the trick, thanks for the workaround! |
One unfortunate side-effect of this is that you can't limit a user to a certain zone. E.g. if you create a user that can only modify |
Hi @anero / @kevinlondon I am going to close this. It seems to be an error with Dyn rather than terraform. Please comment if you feel otherwise Thanks Paul |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
When attempting to create a DNS A record on a non-root zone we get a dyn_record.sentry: Failed to create Dyn record: Bad response, got "404 Not Found"
Our template file looks like this:
We've verified using Dynect's ruby SDK that the credentials set on the provider work on the REST API.
The text was updated successfully, but these errors were encountered: