|
|
|
|
|
by trallnag
481 days ago
|
|
Terraform explicitly recommends in the Kubernetes provider documentation that the the cluster creation itself and everything else related to Kubernetes should live in different states. https://registry.terraform.io/providers/hashicorp/kubernetes... > The most reliable way to configure the Kubernetes provider is to ensure that the cluster itself and the Kubernetes provider resources can be managed with separate apply operations. Data-sources can be used to convey values between the two stages as needed. |
|