Skip to content

Commit

Permalink
fix(all): support four-layer lb
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiMengXS committed Feb 22, 2024
1 parent 7346b86 commit 31a21b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/r/clb_target_group_attachments.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ The following arguments are supported:

The `associations` object supports the following:

* `listener_id` - (Optional, String) Listener ID.
* `load_balancer_id` - (Optional, String) CLB instance ID, when the binding target is target group, load_balancer_id in associations is required.
* `location_id` - (Optional, String) Forwarding rule ID.
* `target_group_id` - (Optional, String) Target group ID, when the binding target is clb, the target_group_id in associations is required.
* `listener_id` - (Optional, String, ForceNew) Listener ID.
* `load_balancer_id` - (Optional, String, ForceNew) CLB instance ID, when the binding target is target group, load_balancer_id in associations is required.
* `location_id` - (Optional, String, ForceNew) Forwarding rule ID.
* `target_group_id` - (Optional, String, ForceNew) Target group ID, when the binding target is clb, the target_group_id in associations is required.

## Attributes Reference

Expand Down

0 comments on commit 31a21b5

Please sign in to comment.