FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

openstack_lbaas_member_v2

Manages a V2 member resource within OpenStack.

Example Usage

resource "openstack_lb_member_v2" "member_1" {
  address = "192.168.199.23"
  protocol_port = 8080
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io