# orcasecurity_group_access recreated on every apply, duplicate role assignments pile up
## What was going on
orcasecurity_group_access resources get dropped from state and recreated on every terraform apply, silently accumulating duplicate role assignments in Orca. One org grew to 120 assignment rows for 32 distinct grants. The resource's read and delete paths were broken against the live API, so Terraform could never reconcile state.
## The fix that worked
Fixed in provider v0.0.57, which repairs the read and delete API paths for the resource. Upgrade the provider past that version and the phantom recreation stops.
## Where this came from
https://github.com/orcasecurity/terraform-provider-orcasecurity/issues/261