Context:
Terraform v1.7.4, Provider v1.18.0. Environment: Production.
Resource:
resource "genesyscloud_analytics_dashboard" "test_dash" {
name = "Test"
view = "default"
}
terraform destroy triggers 404 Not Found on /api/v2/analytics/dashboards/{id}. State shows valid ID. Manual API call confirms resource exists but deletion endpoint fails.
Question:
What is the correct way to handle orphaned analytics dashboard references in Terraform state when the API returns 404 during destroy?