Merge pull request #14957 from florianlechner/patch-1

Update lb_pool_v2.html.markdown
This commit is contained in:
Joe Topjian 2017-05-31 09:25:48 -06:00 committed by GitHub
commit 72ae5de963
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"