# Define an IP Reservation

resource "opc_compute_ip_reservation" "INSTANCE_NAME" {
  name        = "INSTANCE_NAME"
  parent_pool = "/oracle/public/ippool"
  permanent   = true
}
