infra: r740 updates

This commit is contained in:
2026-01-10 12:47:56 +01:00
parent 4339a9b1bb
commit 583519cde9
4 changed files with 328 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
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
}