-
Notifications
You must be signed in to change notification settings - Fork 51
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
Changing one entry rewrites all other RRs #39
Comments
I'm experiencing the same issue, but only for one of my zones in the account, the other one works just fine. |
@jakob-northvolt: Is this fixed in jakob-northvolt@a0e786c? And if so, when can we expect this out in a release? |
Yes it is actually, I meant to make a PR but I got sidetracked with other stuff. I can create a PR during the day. |
Might have some uncommitted stuff still locally so don't rely on the version in the repo just yet. I'll sort it out today at some point.
|
Now that is wonderful news! Lets hope those changes can make it into the provider soon :) |
See pull request: |
I'm managing my domain with terraform and your plugin. In my IaC, I've got something like this:
When I now remove the 2nd record (with
name = "a"
), aterraform plan
would show, that ALL the other RRs of that zone would be 1st removed and 2nd added again, with the exact same values.If the zone is a bit "bigger" (even with just 20+ RRs), it becomes close to impossible to see, what's actually been changed.
The text was updated successfully, but these errors were encountered: