If a contact is created with terraform and deleted using the UTR web portal, terraform will fail on the next apply. The provider should ignore this error so that the resource is recreated.
Solved by removing the resources, that were raising the error, from the state manually with terraform state rm <resource>
In any case, it would be nice to handle this with the provider
If a contact is created with terraform and deleted using the UTR web portal, terraform will fail on the next apply. The provider should ignore this error so that the resource is recreated.