Skip to content

Commit 5fc354a

Browse files
committed
Added doc update for attached_load_balancer_pool_members in is_lb
1 parent a69957a commit 5fc354a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/docs/r/is_lb.html.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@ Review the argument references that you can specify for your resource.
113113
In addition to all argument reference list, you can access the following attribute reference after your resource is created.
114114

115115
- `access_mode` - (String) The access mode for this load balancer. One of **private**, **public**, **private_path**.
116+
- `attached_load_balancer_pool_members` - (List) The load balancer pool members attached to this load balancer.
117+
Nested scheme for `members`:
118+
- `deleted` - (List) If present, this property indicates the referenced resource has been deleted and providessome supplementary information.
119+
Nested scheme for `deleted`:
120+
- `more_info` - (String) Link to documentation about deleted resources.
121+
- `href` - (String) The URL for this load balancer pool member.
122+
- `id` - (String) The unique identifier for this load balancer pool member.
116123
- `availability` - (String) The availability of this load balancer
117124
- `crn` - (String) The CRN for this load balancer.
118125
- `hostname` - (String) The fully qualified domain name assigned to this load balancer.

0 commit comments

Comments
 (0)