8000 [TencentCloudSDKError] Code=FailedOperation.ResourceInOperating, Message=Your task is working (BindTargetGroupDevice). · Issue #2924 · tencentcloudstack/terraform-provider-tencentcloud · GitHub
[go: up one dir, main page]

Skip to content
[TencentCloudSDKError] Code=FailedOperation.ResourceInOperating, Message=Your task is working (BindTargetGroupDevice). #2924
Open
@scitarust

Description

@scitarust

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0