FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

openstack_lbaas_listener_v2

Manages a V2 listener resource within OpenStack.

Example Usage

resource "openstack_lb_listener_v2" "listener_1" {
  protocol = "HTTP"
  protocol_port = 8080
  loadbalancer_id =  "d9415786-5f1a-428b-b35f-2f1523e146d2"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io