Skip to content

Commit 3c9403a

Browse files
committed
enhancement(is_lb_pool_member): Fix doc
1 parent 4181cd7 commit 3c9403a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/is_lb_pool_member.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Review the argument references that you can specify for your resource.
7575
- `pool` - (Required, Forces new resource, String) The load balancer pool unique identifier.
7676
- `port`- (Required, Integer) The port number of the application running in the server member.
7777
- `target_address` - (Required, String) The IP address of the pool member.
78-
- `target_id` - (Required, String) The unique identifier for the virtual server / application load balancer instance pool member. Required for network load balancer.
78+
- `target_id` - (Required, String) The unique identifier for the virtual server instance or application load balancer pool member. Required for network load balancer.
7979

8080
- `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.
8181

0 commit comments

Comments
 (0)