Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TencentCloudSDKError] Code=FailedOperation.ResourceInOperating, Message=Your task is working (BindTargetGroupDevice). #2924

Open
scitarust opened this issue Oct 30, 2024 · 0 comments

Comments

@scitarust
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

Terraform v1.9.8
on darwin_amd64

  • provider registry.terraform.io/tencentcloudstack/tencentcloud v1.81.135

Affected Resource(s)

  • tencentcloud_clb_target_group_instance_attachment

Terraform Configuration Files

resource "tencentcloud_clb_target_group_instance_attachment" "tke_node_attachment" {
    for_each = local.instance_map

    target_group_id = tencentcloud_clb_target_group.tke_target_group.id
    bind_ip = each.value.private_ip
    port = 32090
    weight = 10
}

Debug Output

Error: [TencentCloudSDKError] Code=FailedOperation.ResourceInOperating, Message=Your task is working (BindTargetGroupDevice). Pls wait for the task to complete and try again., RequestId=9d3ebefe-7de7-4afe-b4e0-ff8974cfcdb8
│ 
│   with tencentcloud_clb_target_group_instance_attachment.tke_node_attachment["ins-03yj0k5g"],
│   on tencentcloud-clb.tf line 40, in resource "tencentcloud_clb_target_group_instance_attachment" "tke_node_attachment":
│   40: resource "tencentcloud_clb_target_group_instance_attachment" "tke_node_attachment" {

Panic Output

Expected Behavior

期望可以并发处理,或支持同时绑定多个后端实例

Actual Behavior

这个接口不能并发绑定实例到后端组

Steps to Reproduce

  1. terraform apply

Important Factoids

References

  • #0000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant