-
Notifications
You must be signed in to change notification settings - Fork 72
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
Error updating DNS record: checksum mismatch #213
Comments
I'm getting the same error while trying to create A or TXT record on windows DNS server. Records themselves are created with no issues, but this error prevents terraform from creating a state file. Checked multiple provider versions down to 3.1 in case it was a regression, it's not. Versions before that don't have gssapi so I wouldn't be able to run them. |
Same here, record is created but checksum mismatch error is thrown |
now It's working for me, as silly as it may sound the problem was the dns server value was in uppercase, just using lowercase did the trick. |
@danielosa Thank you ! Put the DNS server in lowercase with terraform 1.3, avoided to use a kerberos generated with a svc username did the trick I am closing the issue. |
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. |
Terraform CLI and Provider Versions
Terraform Configuration
Expected Behavior
No error returned
Actual Behavior
Error: Error updating DNS record: checksum mismatch
Steps to Reproduce
terraform apply
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
During the execution stack, the DNS record is well created but this error appear resulting a failed of all resources dependencies.
I am using a valid kerberos token with administrator right.
For now, I do not see how to by pass this result.
Code of Conduct
The text was updated successfully, but these errors were encountered: