From 52aea649e4e29e04f8fa2d9d4dc251f23f14d969 Mon Sep 17 00:00:00 2001 From: Justin Clayton Date: Mon, 28 Dec 2015 11:25:46 -0800 Subject: [PATCH] Update lb_pool_v1.html.markdown updating docs to match behavior of the code for admin_state_up --- .../source/docs/providers/openstack/r/lb_pool_v1.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/openstack/r/lb_pool_v1.html.markdown b/website/source/docs/providers/openstack/r/lb_pool_v1.html.markdown index 5ddbdf1af8..95a797ede3 100644 --- a/website/source/docs/providers/openstack/r/lb_pool_v1.html.markdown +++ b/website/source/docs/providers/openstack/r/lb_pool_v1.html.markdown @@ -68,7 +68,7 @@ new member. * `port` - (Required) An integer representing the port on which the member is hosted. Changing this creates a new member. -* `admin_state_up` - (Optional) The administrative state of the member. +* `admin_state_up` - (Required) The administrative state of the member. Acceptable values are 'true' and 'false'. Changing this value updates the state of the existing member.