mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Update lb_pool_v1.html.markdown
updating docs to match behavior of the code for admin_state_up
This commit is contained in:
parent
f4e274b2e3
commit
52aea649e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue