Change dnsPolicy value for downstream EKS clusters

Is there any way to change dnsPolicy value for cattle-agent from ClusterFirst to Default during EKS cluster creation proccess? I know that I can do this for RKE cluster, but I do not see any way how to do this to EKS one

This should be possible if you’re importing the cluster or have access/the ability to edit the cluster-agent deployment in EKS

I understand that I can manually connect to eks cluster and change this property through kubectl. But I would like to have automated way. I use terraform to setup my infrastructure and there is no way to modify this property during single terraform apply. It would be nice if there was such possibility like we can do with RKE cluster.