Reserved IP
Provides an e2e reserved ip resource. This resource allows you to manage reserved ip on your e2e clusters. When applied, a new reserved ip is created. When destroyed, this reserved ip is removed.
Example Usage
resource "e2e_reserved_ip" "reserved_ip1" {
project_id = <project_id:string>
location = <location: string> (default: "Delhi")
}
Schema
Required
project_id(String) specify the project id in which the reserve ip is to be created
Optional
location(String) Location where node is to be launched (ex- "Delhi", "Mumbai")
Read-Only
appliance_type(String) type of appliance from whom it is attachedbought_at(String) time at which the reserve ip is boughtid(String) The ID of this resource.ip_address(String) ip address of the reserve ipproject_name(String) project name in which the reserve ip is to be createdreserve_id(Number) reserve idreserved_type(String) type of reserve_ip (example - PublicIP, AddonIP)status(String) status of the reserve_ip (example - Attached, Available)vm_id(String) ID of virtual machine from whom it is attachedvm_name(String) vm name from whom it is attached