Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenEarth committed Jan 8, 2025
1 parent cc8d439 commit 7d5d995
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tencentcloud/services/as/data_source_tc_as_advices.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ func DataSourceTencentCloudAsAdvices() *schema.Resource {
Elem: &schema.Schema{
Type: schema.TypeString,
},
Description: "123List of scaling groups to be queried. Upper limit: 100.",
Description: "List of scaling groups to be queried. Upper limit: 100.",
},

"auto_scaling_advice_set": {
Computed: true,
Type: schema.TypeList,
Description: "123A collection of suggestions for scaling group configurations.",
Description: "A collection of suggestions for scaling group configurations.",
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"auto_scaling_group_id": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func DataSourceTencentCloudAuditCosRegions() *schema.Resource {
"result_output_file": {
Type: schema.TypeString,
Optional: true,
Description: "Used to save results.",
Description: "123Used to save results.",
},
"audit_cos_region_list": {
Type: schema.TypeList,
Expand Down
2 changes: 1 addition & 1 deletion tencentcloud/services/bh/resource_tc_dasb_acl.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func ResourceTencentCloudDasbAcl() *schema.Resource {
"name": {
Required: true,
Type: schema.TypeString,
Description: "Acl name.",
Description: "123Acl name.",
},
"allow_disk_redirect": {
Required: true,
Expand Down

0 comments on commit 7d5d995

Please sign in to comment.