Skip to content

Commit 9b22032

Browse files
author
brickzzhang
committed
[mark description in highlight]
1. mark descriptions in highlight.
1 parent 6a03396 commit 9b22032

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tencentcloud/data_source_tc_sqlserver_zone_config.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ func dataSourceTencentSqlserverZoneConfig() *schema.Resource {
6262
"db_version": {
6363
Type: schema.TypeString,
6464
Computed: true,
65-
Description: "Database version information. Valid values: 2008R2 (SQL Server 2008 Enterprise), 2012SP3 (SQL Server 2012 Enterprise), 2016SP1 (SQL Server 2016 Enterprise), 201602 (SQL Server 2016 Standard), 2017 (SQL Server 2017 Enterprise).",
65+
Description: "Database version information. Valid values: `2008R2 (SQL Server 2008 Enterprise)`, `2012SP3 (SQL Server 2012 Enterprise)`, `2016SP1 (SQL Server 2016 Enterprise)`, `201602 (SQL Server 2016 Standard)`, `2017 (SQL Server 2017 Enterprise)`.",
6666
},
6767
"db_version_name": {
6868
Type: schema.TypeString,
6969
Computed: true,
70-
Description: "Version name corresponding to the db_version field.",
70+
Description: "Version name corresponding to the `db_version` field.",
7171
},
7272
"memory": {
7373
Type: schema.TypeInt,
@@ -97,7 +97,7 @@ func dataSourceTencentSqlserverZoneConfig() *schema.Resource {
9797
"charge_type": {
9898
Type: schema.TypeString,
9999
Computed: true,
100-
Description: "Billing mode under this specification. Invalid values are POSTPAID_BY_HOUR, PREPAID and ALL, means both POSTPAID_BY_HOUR and PREPAID.",
100+
Description: "Billing mode under this specification. Valid values are `POSTPAID_BY_HOUR`, `PREPAID` and `ALL` which means both POSTPAID_BY_HOUR and PREPAID.",
101101
},
102102
},
103103
},

website/docs/d/sqlserver_zone_config.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ In addition to all arguments above, the following attributes are exported:
3030
* `zone_list` - A list of availability zones. Each element contains the following attributes:
3131
* `availability_zone` - Alphabet ID of availability zone.
3232
* `specinfo_list` - A list of specinfo configurations for the specific availability zone. Each element contains the following attributes:
33-
* `charge_type` - Billing mode under this specification. Invalid values are POSTPAID_BY_HOUR, PREPAID and ALL, means both POSTPAID_BY_HOUR and PREPAID.
33+
* `charge_type` - Billing mode under this specification. Valid values are `POSTPAID_BY_HOUR`, `PREPAID` and `ALL` which means both POSTPAID_BY_HOUR and PREPAID.
3434
* `cpu` - Number of CPU cores.
35-
* `db_version_name` - Version name corresponding to the db_version field.
36-
* `db_version` - Database version information. Valid values: 2008R2 (SQL Server 2008 Enterprise), 2012SP3 (SQL Server 2012 Enterprise), 2016SP1 (SQL Server 2016 Enterprise), 201602 (SQL Server 2016 Standard), 2017 (SQL Server 2017 Enterprise).
35+
* `db_version_name` - Version name corresponding to the `db_version` field.
36+
* `db_version` - Database version information. Valid values: `2008R2 (SQL Server 2008 Enterprise)`, `2012SP3 (SQL Server 2012 Enterprise)`, `2016SP1 (SQL Server 2016 Enterprise)`, `201602 (SQL Server 2016 Standard)`, `2017 (SQL Server 2017 Enterprise)`.
3737
* `machine_type` - Model ID.
3838
* `max_storage_size` - Maximum disk size under this specification in GB.
3939
* `memory` - Memory size in GB.

0 commit comments

Comments
 (0)