Skip to content

Commit

Permalink
feat: forceNew
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiMengXS committed Jan 26, 2024
1 parent 9c6a970 commit 7bb4762
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,24 @@ func ResourceTencentCloudClbTargetGroupAttachments() *schema.Resource {
"load_balancer_id": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Description: "CLB instance ID, when the binding target is target group, load_balancer_id in associations is required.",
},
"target_group_id": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Description: "Target group ID, when the binding target is clb, the target_group_id in associations is required.",
},
"listener_id": {
Type: schema.TypeString,
ForceNew: true,
Optional: true,
Description: "Listener ID.",
},
"location_id": {
Type: schema.TypeString,
ForceNew: true,
Optional: true,
Description: "Forwarding rule ID.",
},
Expand Down

0 comments on commit 7bb4762

Please sign in to comment.