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

Error updating DNS record: checksum mismatch #213

Closed
1 task done
Guigouu opened this issue Jun 7, 2022 · 5 comments
Closed
1 task done

Error updating DNS record: checksum mismatch #213

Guigouu opened this issue Jun 7, 2022 · 5 comments
Labels

Comments

@Guigouu
Copy link

Guigouu commented Jun 7, 2022

Terraform CLI and Provider Versions

Error: Error updating DNS record: checksum mismatch. Computed: fd6a7726dc2e655f282121dc, Contained in token: da7336692730e9cc8d8b55ca

  with module.MMGNA08E5.dns_a_record_set.dns_a[0],
  on .terraform/modules/MMGNA08E5/nic_configuration.tf line 110, in resource "dns_a_record_set" "dns_a":
 110: resource "dns_a_record_set" "dns_a" {

Terraform Configuration

DNS provider: v3.2.3
Terraform: 1.1.7

Expected Behavior

No error returned

Actual Behavior

Error: Error updating DNS record: checksum mismatch

Steps to Reproduce

  1. 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

  • I agree to follow this project's Code of Conduct
@Guigouu Guigouu added the bug label Jun 7, 2022
@Minizinger
Copy link

Minizinger commented Aug 8, 2022

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.

@danielosa
Copy link

Same here, record is created but checksum mismatch error is thrown

@danielosa
Copy link

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.

@Guigouu
Copy link
Author

Guigouu commented Oct 12, 2022

@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.

Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants