- 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.
8 lines
220 B
Terraform
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
|