Skip to content

Commit 9e3beb9

Browse files
committed
feat(ppnlb): Fixed docs
1 parent 1d9cd1c commit 9e3beb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/r/is_lb.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ In addition to all argument reference list, you can access the following attribu
129129
- `name`- (String) The user-defined or system-provided name for this reserved IP
130130

131131
- `private_ips` - (String) The private IP addresses (Reserved IP address reference) assigned to this load balancer.
132+
- `reserved_ip_target_supported`- (Bool) Indicates whether this load balancer supports members with reserved IP as target.
132133
- `status` - (String) The status of the load balancer.
133134
- `security_groups_supported`- (Bool) Indicates if this load balancer supports security groups.
134-
- `reserved_ip_target_supported`- (Bool) Indicates whether this load balancer supports members with reserved IP as target.
135135
- `source_ip_session_persistence_supported` - (Boolean) Indicates whether this load balancer supports source IP session persistence.
136136
- `udp_supported`- (Bool) Indicates whether this load balancer supports UDP.
137137

website/docs/r/is_lb_pool_member.html.markdown

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

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

0 commit comments

Comments
 (0)