Skip to content

Commit fb73daf

Browse files
committed
add
1 parent fea5535 commit fb73daf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tencentcloud/services/as/data_source_tc_as_advices.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ func DataSourceTencentCloudAsAdvices() *schema.Resource {
2222
Elem: &schema.Schema{
2323
Type: schema.TypeString,
2424
},
25-
Description: "123List of scaling groups to be queried. Upper limit: 100.",
25+
Description: "List of scaling groups to be queried. Upper limit: 100.",
2626
},
2727

2828
"auto_scaling_advice_set": {
2929
Computed: true,
3030
Type: schema.TypeList,
31-
Description: "123A collection of suggestions for scaling group configurations.",
31+
Description: "A collection of suggestions for scaling group configurations.",
3232
Elem: &schema.Resource{
3333
Schema: map[string]*schema.Schema{
3434
"auto_scaling_group_id": {

tencentcloud/services/audit/data_source_tc_audit_cos_regions.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ func DataSourceTencentCloudAuditCosRegions() *schema.Resource {
2121
"result_output_file": {
2222
Type: schema.TypeString,
2323
Optional: true,
24-
Description: "Used to save results.",
24+
Description: "123Used to save results.",
2525
},
2626
"audit_cos_region_list": {
2727
Type: schema.TypeList,
2828
Computed: true,
29-
Description: "List of available regions supported by audit cos.",
29+
Description: "123List of available regions supported by audit cos.",
3030
Elem: &schema.Resource{
3131
Schema: map[string]*schema.Schema{
3232
"cos_region": {

tencentcloud/services/bh/resource_tc_dasb_acl.go

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

0 commit comments

Comments
 (0)