Importing sql failover group, detected name change forcing replacement

Terraform v0.13.5

I have an existing Azure SQL failover group that I am trying to import into our terraform state.

I am able to perform the resource import, but when I go to perform terraform plan it is stating that the ‘name’ of the resource is changed, which forces replacement.

image

I have confirmed that the name of the failover group in azure matches what I have specified in my terraform file. When I look at the existing state file, the name shows up as such:

Has anyone else run into this? Is there something I’m overlooking?