Confused on how helm provider is useful

It looks like any given Terraform module is limited to a single kubeconfig file. If the provider itself is limited to a single cluster, how do I deploy to multiple clusters using Terraform??

You can have as many different instances of a provider as you wish, each with different configuration. Look at “alias” in the documentation.

2 Likes

ah thanks! I hadn’t seen that!