Known errors all revolve around not including parallelism=1 when updating header links, redactions, integrations, or templated_rules. If you accidentally did this here are the known scenarios and how to get out.
Running subsequent terraform applys should fix the issue.
Find out which resource is causing the issue and ensure that the resource does not exist in the console.
Then you must manually edit the terraform.tfstate file and remove the specific resource from the list.
You should then be able to proceed with a terraform plan/apply.
You must manually delete these resources in the console. Unfortunately terraform does not always error out here.