openstack_lb_pool_v2

Manages a V2 pool resource within OpenStack.

Example Usage

resource "openstack_lb_pool_v2" "pool_1" {
  protocol    = "HTTP"
  lb_method   = "ROUND_ROBIN"
  listener_id = "d9415786-5f1a-428b-b35f-2f1523e146d2"

  persistence {
    type        = "APP_COOKIE"
    cookie_name = "testCookie"
  }
}

Argument Reference

The following arguments are supported:

The persistence argument supports:

Attributes Reference

The following attributes are exported:

Import

Load Balancer Pool can be imported using the Pool ID, e.g.:

$ terraform import openstack_lb_pool_v2.pool_1 60ad9ee4-249a-4d60-a45b-aa60e046c513