mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-01-11 20:47:20 +00:00
17 lines
420 B
HCL
17 lines
420 B
HCL
variable "sops_private_key" {
|
|
description = "Private SOPS GPG key for flux/kubernetes to decrypt secrets"
|
|
type = string
|
|
}
|
|
variable "kube_hostname" {
|
|
description = "Kubernetes cluster hostname"
|
|
type = string
|
|
}
|
|
variable "kube_host" {
|
|
description = "Kubernetes cluster host"
|
|
type = string
|
|
}
|
|
variable "physical_hostname" {
|
|
description = "Host name of the physical host for the kubernetes VM"
|
|
type = string
|
|
}
|