Files
uis-cloud-computing/7project/tofu/modules/metallb/variables.tf

5 lines
115 B
HCL

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