Skip to content

Latest commit

 

History

History

Workspace kind

This directory contains kind Provider Resources.

Requirements

  • Terraform CLI 1.0.9 or newer
  • 
    

Downstream Consumption

The Kubernetes Cluster can be consumed via the attributes reference:

output "cluster_config" {
  description = "Kind Cluster Config."
  value       = kind_cluster.cluster.kubeconfig
}

Execution Mode

Upon terraform initialization, make sure to:

  1. YOUR_ORGANIZATION_NAME > Workspaces >YOUR_WORKSPACE_NAME > Settings > General
  2. Switch Execution Modefrom Remote to Local
  3. Save the settings