mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-01-12 04:57:21 +00:00
infra: r740 updates
This commit is contained in:
16
infra/r740/kube/variables.tf
Normal file
16
infra/r740/kube/variables.tf
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user