File tree 2 files changed +5
-1
lines changed
tencentcloud/services/cbs
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,7 @@ resource/tencentcloud_cbs_storage_set: add params `dedicated_cluster_id`
9
9
```release-note:enhancement
10
10
data_source/tencentcloud_cbs_storages: add params `dedicated_cluster_id`
11
11
```
12
+
13
+ ```release-note:enhancement
14
+ data_source/tencentcloud_cbs_storages_set: add params `dedicated_cluster_id`
15
+ ```
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ func DataSourceTencentCloudCbsStoragesSet() *schema.Resource {
198
198
}
199
199
200
200
func dataSourceTencentCloudCbsStoragesSetRead (d * schema.ResourceData , meta interface {}) error {
201
- defer tccommon .LogElapsed ("data_source.tencentcloud_cbs_storages .read" )()
201
+ defer tccommon .LogElapsed ("data_source.tencentcloud_cbs_storages_set .read" )()
202
202
203
203
var (
204
204
logId = tccommon .GetLogId (tccommon .ContextNil )
You can’t perform that action at this time.
0 commit comments