Let’s say that I have a terraform configuration that deploys two different eks cluster with aws_eks_cluster
(and the corresponding aws_eks_node_group
, etc)
It seems to me that the kubernetes provider will only allow me to communicate with a single kubernetes cluster. Is there any way to connect to two differen EKS clusters from a single terraform configuration?