Fediversity/deployment/run/tf-netbox-get-ip/variables.tf

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
}