This directory contains kind Provider Resources.
- Terraform CLI
1.0.9
or newer -
The Kubernetes Cluster can be consumed via the attributes reference:
output "cluster_config" {
description = "Kind Cluster Config."
value = kind_cluster.cluster.kubeconfig
}
Upon terraform initialization, make sure to:
- YOUR_ORGANIZATION_NAME > Workspaces >YOUR_WORKSPACE_NAME > Settings > General
- Switch
Execution Mode
fromRemote
toLocal
- Save the settings