Skip to content

Commit 296cc1d

Browse files
committed
add
1 parent b3f00ab commit 296cc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/cls/resource_tc_cls_topic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ func ResourceTencentCloudClsTopic() *schema.Resource {
1818
return &schema.Resource{
1919
Create: resourceTencentCloudClsTopicCreate,
2020
Read: resourceTencentCloudClsTopicRead,
21-
Delete: resourceTencentCloudClsTopicDelete,
2221
Update: resourceTencentCloudClsTopicUpdate,
22+
Delete: resourceTencentCloudClsTopicDelete,
2323
Importer: &schema.ResourceImporter{
2424
State: schema.ImportStatePassthrough,
2525
},

0 commit comments

Comments
 (0)