mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-18 12:06:05 +00:00
19 lines
444 B
HCL
19 lines
444 B
HCL
variable "api_token" {
|
|
description = "Token to connect Proxmox API"
|
|
type = string
|
|
}
|
|
|
|
variable "machine_root_password" {
|
|
description = "Root password for VMs and containers"
|
|
type = string
|
|
}
|
|
|
|
variable "ssh_public_key" {
|
|
description = "Public SSH key authorized access for VMs and containers"
|
|
type = string
|
|
}
|
|
|
|
variable "sops_private_key" {
|
|
description = "Private SOPS GPG key for flux/kubernetes to decrypt secrets"
|
|
type = string
|
|
} |