Azurerm_kubernetes_cluster load_balancer_sku case sensitive forces public ip change

Hi,

after update azurerm provider to ~> 3.0 (from ~> 2.79.1) I got the error message:
Error: expected network_profile.0.load_balancer_sku to be one of [basic standard], got Standard.

Now, when I change Standard to standard, terraform wants to recreate public IP.

Is there any way to avoid this?!

Thanks and BR

I figured it out what an issue was!
There was also the change in azurerm_public_ip resource, so adding zones atribute in it resolved an issue.
Now aks doesn’t want to recreate anything.