ultradns / terraform-provider-ultradns

Apache License 2.0
4 stars 3 forks source link

Error: Error while reading Record: json: cannot unmarshal object into Go value of type []*client.ErrorResponse: #48

Open mekattohaen opened 4 weeks ago

mekattohaen commented 4 weeks ago

We are currently experiencing an issue with our Terraform setup related to DNS record provisioning in our workspace.

The problem began while we were using provider version 1.9.0, where running a terraform plan indicated the need to add existing resources that have been present in our state file for an extended period. This unexpected behavior affects approximately 4,200 DNS records, with the plan showing a random number of these resources as new additions.

To troubleshoot, we upgraded to version 1.9.1 and then 1.9.2 in hopes of resolving the issue, but it persisted. We eventually updated to provider version 1.10.0, only to encounter a different error upon running the plan. Importantly, we have not made any recent changes that could account for this issue. We have thoroughly reviewed our Terraform configuration and confirmed its validity, as well as inspected the associated state file, which also validates without issues.

In an effort to resolve the problem, we re-imported all the resources in the workspace, yet the issue remains unresolved.

At this stage, we have exhausted our options for resolution and kindly request your assistance in investigating the root cause of this disruptive issue.

stevedejong commented 3 weeks ago

In order to help us recreate and diagnose the issue could you please provide more details about the plays and the state.

Sample code would be helpful.

mekattohaen commented 3 weeks ago

Im already providing the information via your support portal

stevedejong commented 2 weeks ago

provider version 1.11 released 10/10/24 to address this.

mekattohaen commented 1 week ago

Thanks. We also used parallelism to limit rate as advised by your support.