I want to run Windows on eks, but I need to enable Windows support per this doc: https://docs.aws.amazon.com/eks/latest/userguide/windows-support.html#enable-windows-support
It says I need to run this command: eksctl utils install-vpc-controllers --cluster cluster_name --approve
I'm looking at the Terraform aws_eks_cluster resource: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_cluster
I can't find any params that look like install-vpc-controllers.
How do I enable Windows support on the aws_eks_cluster resource?