GitLab Provider v3 Migration

What is the best way to migrate from v2.11.0 to v3.0.0 of the GitLab provider with the changes to push_rules if you have an existing push rule. When I update my module with TF 0.12.29 and v3 of the provider and do a plan I get the following error:
Error: no schema available for module.*.gitlab_project_push_rules.default[0] while reading state; this is a bug in Terraform and should be reported.

My guess is that either I need to do something manually with terraform state. Either remove the state entirely or move “default[0]” to something off of strictly gitlab_project_push_rules. Hopefully that makes sense.