Fediversity/deployment/run/tf-netbox-get-ip/variables.tf
Kiara Grouwstra 14f0770c18
add netbox
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
2025-11-04 12:14:42 +01:00

11 lines
256 B
HCL

variable "prefix_id" {
description = "The `id` output of a prefix resource / data source."
type = number
default = null
}
variable "ip_range_id" {
description = "The `id` output of a `netbox_ip_range` resource."
type = number
default = null
}