Files
uis-cloud-computing/tofu/config/metallb/variables.tf

5 lines
115 B
HCL

variable "metallb_ip_range" {
description = "IP address range for MetalLB address pool"
type = string
}