FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

openstack_lbaas_pool_v2

Manages a V2 pool resource within OpenStack.

Example Usage

resource "openstack_lb_pool_v2" "pool_1" {
  protocol = "ProtocolHTTP"
  lb_method = "ROUND_ROBIN"
  listener_id =  "d9415786-5f1a-428b-b35f-2f1523e146d2"
  persistence {
      type          = "HTTP_COOKIE"
      cookie_name   = "testCookie"
  }
}

Argument Reference

The following arguments are supported:

The persistence argument supports:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io