File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,10 @@ import (
3636 "fmt"
3737 "strings"
3838
39- "github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
40-
4139 "github.com/hashicorp/terraform-plugin-sdk/helper/resource"
4240 "github.com/hashicorp/terraform-plugin-sdk/helper/schema"
4341 ckafka "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ckafka/v20190819"
42+ "github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
4443)
4544
4645func resourceTencentCloudCkafkaTopic () * schema.Resource {
Original file line number Diff line number Diff line change @@ -6,10 +6,9 @@ import (
66 "log"
77 "strings"
88
9- "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/errors"
10-
119 "github.com/hashicorp/terraform-plugin-sdk/helper/resource"
1210 ckafka "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ckafka/v20190819"
11+ "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/errors"
1312 "github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/connectivity"
1413 "github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
1514 "github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/ratelimit"
You can’t perform that action at this time.
0 commit comments