Skip to content

Commit 24f7d8e

Browse files
committed
fix review opinions
1 parent 707fb1f commit 24f7d8e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tencentcloud/connectivity/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ func (me *TencentCloudClient) UseCkafkaClient() *ckafka.Client {
446446
return me.ckafkaConn
447447
}
448448

449-
// UseCkafkaClient returns ckafka client for service
449+
// UseAuditClient returns audit client for service
450450
func (me *TencentCloudClient) UseAuditClient() *audit.Client {
451451
if me.auditConn != nil {
452452
return me.auditConn

tencentcloud/data_source_tc_audit_cos_regions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func dataSourceTencentCloudAuditCosRegions() *schema.Resource {
4343
"cos_region_name": {
4444
Type: schema.TypeString,
4545
Computed: true,
46-
Description: "Cos region description.",
46+
Description: "Cos region chinese name.",
4747
},
4848
},
4949
},

tencentcloud/data_source_tc_audit_key_alias.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func dataSourceTencentCloudAuditKeyAlias() *schema.Resource {
2828
"region": {
2929
Type: schema.TypeString,
3030
Required: true,
31-
Description: "Regions.",
31+
Description: "Region.",
3232
},
3333
"result_output_file": {
3434
Type: schema.TypeString,

website/docs/d/audit_cos_regions.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following arguments are supported:
2929
In addition to all arguments above, the following attributes are exported:
3030

3131
* `audit_cos_region_list` - List of available regions supported by audit cos.
32-
* `cos_region_name` - Cos region description.
32+
* `cos_region_name` - Cos region chinese name.
3333
* `cos_region` - Cos region.
3434

3535

website/docs/d/audit_key_alias.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data "tencentcloud_audit_key_alias" "all" {
2323

2424
The following arguments are supported:
2525

26-
* `region` - (Required) Regions.
26+
* `region` - (Required) Region.
2727
* `result_output_file` - (Optional) Used to save results.
2828

2929
## Attributes Reference

0 commit comments

Comments
 (0)