Update lb_pool_v2.html.markdown
fixed type in openstack_lb_pool_v2 parameter protocol
This commit is contained in:
parent
4b31def8ba
commit
7609ea083a
|
@ -14,7 +14,7 @@ Manages a V2 pool resource within OpenStack.
|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
resource "openstack_lb_pool_v2" "pool_1" {
|
resource "openstack_lb_pool_v2" "pool_1" {
|
||||||
protocol = "ProtocolHTTP"
|
protocol = "HTTP"
|
||||||
lb_method = "ROUND_ROBIN"
|
lb_method = "ROUND_ROBIN"
|
||||||
listener_id = "d9415786-5f1a-428b-b35f-2f1523e146d2"
|
listener_id = "d9415786-5f1a-428b-b35f-2f1523e146d2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue