Skip to content

Commit

Permalink
Added fix for optional weight attribute's value (#3684)
Browse files Browse the repository at this point in the history
* Fix for optional weight attribute's value

Fix for optional weight attr set to 0 when not provided.

* ssh key removal

* weight default info added in docs

weight default info added in docs.

* upd docs

upd docs
  • Loading branch information
BShrivastav authored May 16, 2022
1 parent 6e48d62 commit 0d8ebd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/r/is_lb_pool_member.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ Review the argument references that you can specify for your resource.
- `port`- (Required, Integer) The port number of the application running in the server member.
- `target_address` - (Required, String) The IP address of the pool member.
- `target_id` - (Required, String) The unique identifier for the virtual server instance pool member. Required for network load balancer.
- `weight` - (Optional, Integer) Weight of the server member. This option takes effect only when the load-balancing algorithm of its belonging pool is `weighted_round_robin`, Minimum allowed weight is `0` and Maximum allowed weight is `100`. When weight is not provided a default of 40 is returned.

- `weight` - (Optional, Integer) Weight of the server member. This option takes effect only when the load-balancing algorithm of its belonging pool is `weighted_round_robin`, Minimum allowed weight is `0` and Maximum allowed weight is `100`. Default: 50, Weight of the server member. Applicable only if the pool algorithm is weighted_round_robin.


## Attribute reference
In addition to all argument reference list, you can access the following attribute reference after your resource is created.
Expand Down

0 comments on commit 0d8ebd9

Please sign in to comment.