Does Kubernetes provider support whitelisting source IPs on Ingress?

I wonder if we can use the whitelisting annotation (https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#whitelist-source-range) with TF Kubernetes provider (https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/ingress).
Does anyone have any experience/example for that ?
We have a staging domain (hosted in the same cluster) that we’d like to access restrict to a range of IPs

yes, it does, just tested.
However, that doesn’t solve my problem, because my whitelisted network is a public one and the NginX ingress is behind a Azure load balancer, so all external networks are masqueraded. Bummer.