You can provision multiple EKS clusters with a single terraform apply
:
terraform init
terraform plan
terraform apply
It might take a while for the cluster to be created (up to 15-20 minutes).
At the end you will have:
- A cluster for development.
- A cluster for staging.
- A cluster for production.
In the same folder you will find a kubeconfig file for each cluster.