--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "virtfusion_ip_block_range Resource - virtfusion" subcategory: "" description: |- Adds an IPv4 address range to a VirtFusion IP block. This is a create-only resource — ranges cannot be deleted via the API. --- # virtfusion_ip_block_range (Resource) Adds an IPv4 address range to a VirtFusion IP block. This is a create-only resource — ranges cannot be deleted via the API. ## Schema ### Required - `end_ip` (String) The ending IP address of the range. - `gateway` (String) The gateway address for the range. - `ip_block_id` (Number) The ID of the IP block to add the range to. - `netmask` (String) The netmask for the range. - `start_ip` (String) The starting IP address of the range. ### Read-Only - `id` (String) The identifier of the IP block range.