Skip to content

Commit

Permalink
feat: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiMengXS committed Jan 19, 2024
1 parent fc674d3 commit 46e5769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/clb_target_group_attachments.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ resource "tencentcloud_clb_target_group_attachments" "target_group_attachments"

The following arguments are supported:

* `associations` - (Required, Set) Association array, the combination cannot exceed 20.
* `load_balancer_id` - (Optional, String) CLB instance ID, (load_balancer_id and target_group_id require at least one).
* `target_group_id` - (Optional, String) Target group ID, (load_balancer_id and target_group_id require at least one).
* `associations` - (Required, Set, ForceNew) Association array, the combination cannot exceed 20.
* `load_balancer_id` - (Optional, String, ForceNew) CLB instance ID, (load_balancer_id and target_group_id require at least one).
* `target_group_id` - (Optional, String, ForceNew) Target group ID, (load_balancer_id and target_group_id require at least one).

The `associations` object supports the following:

Expand Down

0 comments on commit 46e5769

Please sign in to comment.