I'm trying to install aws-load-balancer-controller in my EKS cluster using terraform (resource "helm_release" "aws_load_balancer_controller").
I want the pod (pod/aws-load-balancer-controller-555d8dcf46-zz6tn) created in this process should be scheduled inside specific node.
I know that nodeSelector and nodeAffinity can be easily used, but I'm using terraform to create resources and not getting option to do so.
Any help would be appreciated.