summaryrefslogtreecommitdiff
path: root/terraform/envs/prod/variables.tf
blob: 9f1b697b541622ed9e3e4626f820fdda574593ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
variable "kubeconfig" {
  type    = string
  default = "~/.kube/config"
}

variable "kube_context" {
  type    = string
  default = "kind-llm-local"
}

variable "chart_path" {
  type        = string
  description = "Absolute path to charts/llm-app"
}