Terraform configuration to initialize a local Kind cluster for my personal development and testing workflows.
# Run with ingress disabled
terraform apply
# Run with ingress enabled
terraform apply -var="kind_cluster_ingress=true"Terraform configuration to initialize a local Kind cluster for my personal development and testing workflows.
HCLMIT
Terraform configuration to initialize a local Kind cluster for my personal development and testing workflows.
# Run with ingress disabled
terraform apply
# Run with ingress enabled
terraform apply -var="kind_cluster_ingress=true"