Getting Started • Get Configuration
Initialize terraform provider and apply the plan:
terraform init
terraform apply
Extract the configuration for Kubectl & Talos from the terraform output:
terraform output -raw cluster_zero_kubeconfig > ~/.kube/config
terraform output -raw cluster_zero_talosconfig > ~/.talos/config