hklbgd-infra/tofu/network/variables.tf

10 lines
153 B
HCL

variable "subnet" {
type = list(string)
default = ["10.117.3.0/24"]
}
variable "domain" {
type = string
default = "proxmox-coreos.hklbgd.org"
}