Update lb_pool_v2.html.markdown

fixed type in openstack_lb_pool_v2 parameter protocol
This commit is contained in:
Florian Lechner 2017-05-31 13:23:50 +02:00 committed by GitHub
parent 4b31def8ba
commit 7609ea083a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Manages a V2 pool resource within OpenStack.
```hcl
resource "openstack_lb_pool_v2" "pool_1" {
protocol = "ProtocolHTTP"
protocol = "HTTP"
lb_method = "ROUND_ROBIN"
listener_id = "d9415786-5f1a-428b-b35f-2f1523e146d2"