Fediversity/deployment/run/tf-netbox-store-ips/variables.tf
Kiara Grouwstra be83e34f9b
WIP: add netbox
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
2025-10-30 20:39:57 +01:00

9 lines
206 B
HCL

variable "start_address" {
description = "Start of the IP range, e.g. 10.0.0.1/24."
type = string
}
variable "end_address" {
description = "End of the IP range, e.g. 10.0.0.50/24."
type = string
}