Files
homelab/terraform/main.tf
T
Story Crater Bot 94a2bd648c fix: remove kubeconfig references, use try() for pod runtime files
- main.tf: remove kubeconfig_path local (no longer used with direct auth)
- providers.tf: wrap file() with try() to handle plan-time on non-pod systems

try() allows terraform plan to work locally; at runtime in pod, files exist and are used.
2026-07-15 21:36:05 -07:00

8 lines
220 B
Terraform

locals {
cluster_domain = var.cluster_domain
}
# Helm repositories will be created in helm-repositories.tf
# Namespaces will be created in bootstrap/namespaces.tf
# Helm releases will be created in helm-releases/*.tf