When using the sumologic_dashboard resource, I consistently get the following error:
Error: {"id":"2N2RK-5APHR-83M6U","errors":[{"code":"topologylinking:internal_error","message":"There was an error updating topology labels for content 95555420: null"}]}
The dashboard creates successfully and how I expect it to, but due to this error it is not saved in the state and is not managed by terraform. I have tried creating dashboards with and without topology labels, and get the same error each time. I am using v3.0.0 of the provider, and my terraform version is v1.10.4.
This occurs with my own custom terraform resource, as well as when I test using the example provided in the documentation. I am not sure where I can get more information regarding this error.