hklbgd-infra/tofu/network/variables.tf

10 lines
153 B
Terraform
Raw Normal View History

2024-03-01 16:34:20 +01:00
variable "subnet" {
type = list(string)
default = ["10.117.3.0/24"]
}
variable "domain" {
type = string
default = "proxmox-coreos.hklbgd.org"
}