Terraform is ignoring resources from a module

Hi there. I have created my own eks module. I’m also using https://registry.terraform.io/providers/gavinbunney/kubectl/latest/docs
kubectl provider as well in the same module, to update my aws-auth to allow my nodes to join. when I try to use the module, for some reason terraform is ignoring any resource declared by kubectl, why that could be? I thought terraform allows multiple providers.

I’m also using count to apply my yaml manifests.