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 (
36
36
"fmt"
37
37
"strings"
38
38
39
- "github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
40
-
41
39
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
42
40
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
43
41
ckafka "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ckafka/v20190819"
42
+ "github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
44
43
)
45
44
46
45
func resourceTencentCloudCkafkaTopic () * schema.Resource {
Original file line number Diff line number Diff line change @@ -6,10 +6,9 @@ import (
6
6
"log"
7
7
"strings"
8
8
9
- "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/errors"
10
-
11
9
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
12
10
ckafka "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ckafka/v20190819"
11
+ "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/errors"
13
12
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/connectivity"
14
13
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
15
14
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/ratelimit"
You can’t perform that action at this time.
0 commit comments