Skip to content

Commit 28d3436

Browse files
committed
update website doc
1 parent 42c86e6 commit 28d3436

8 files changed

+11
-11
lines changed

tencentcloud/resource_tc_sqlserver_account.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource "tencentcloud_sqlserver_account" "foo" {
2121
2222
Import
2323
24-
sqlserver account can be imported using the id, e.g.
24+
SQL Server account can be imported using the id, e.g.
2525
2626
```
2727
$ terraform import tencentcloud_sqlserver_account.foo postgres-cda1iex1

tencentcloud/resource_tc_sqlserver_account_db_attachment.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Use this resource to create sqlserver account DB attachment
2+
Use this resource to create SQL Server account DB attachment
33
44
Example Usage
55
@@ -14,7 +14,7 @@ resource "tencentcloud_sqlserver_account_db_attachment" "foo" {
1414
1515
Import
1616
17-
sqlserver account can be imported using the id, e.g.
17+
SQL Server account DB attachment can be imported using the id, e.g.
1818
1919
```
2020
$ terraform import tencentcloud_sqlserver_account_db_attachment.foo mssql-3cdq7kx5#tf_sqlserver_account#test111

tencentcloud/resource_tc_sqlserver_db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resource "tencentcloud_sqlserver_db" "example" {
1414
1515
Import
1616
17-
sqlserver account can be imported using the id, e.g.
17+
SQL Server DB can be imported using the id, e.g.
1818
1919
```
2020
$ terraform import tencentcloud_sqlserver_db.foo mssql-3cdq7kx5#db_name

tencentcloud/resource_tc_sqlserver_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ resource "tencentcloud_sqlserver_instance" "foo" {
1818
1919
Import
2020
21-
sqlserver instance can be imported using the id, e.g.
21+
SQL Server instance can be imported using the id, e.g.
2222
2323
```
2424
$ terraform import tencentcloud_sqlserver_instance.foo mssql-3cdq7kx5

website/docs/r/sqlserver_account.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In addition to all arguments above, the following attributes are exported:
5050

5151
## Import
5252

53-
sqlserver account can be imported using the id, e.g.
53+
SQL Server account can be imported using the id, e.g.
5454

5555
```
5656
$ terraform import tencentcloud_sqlserver_account.foo postgres-cda1iex1

website/docs/r/sqlserver_account_db_attachment.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ layout: "tencentcloud"
33
page_title: "TencentCloud: tencentcloud_sqlserver_account_db_attachment"
44
sidebar_current: "docs-tencentcloud-resource-sqlserver_account_db_attachment"
55
description: |-
6-
Use this resource to create sqlserver account DB attachment
6+
Use this resource to create SQL Server account DB attachment
77
---
88

99
# tencentcloud_sqlserver_account_db_attachment
1010

11-
Use this resource to create sqlserver account DB attachment
11+
Use this resource to create SQL Server account DB attachment
1212

1313
## Example Usage
1414

@@ -40,7 +40,7 @@ In addition to all arguments above, the following attributes are exported:
4040

4141
## Import
4242

43-
sqlserver account can be imported using the id, e.g.
43+
SQL Server account DB attachment can be imported using the id, e.g.
4444

4545
```
4646
$ terraform import tencentcloud_sqlserver_account_db_attachment.foo mssql-3cdq7kx5#tf_sqlserver_account#test111

website/docs/r/sqlserver_db.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In addition to all arguments above, the following attributes are exported:
4141

4242
## Import
4343

44-
sqlserver account can be imported using the id, e.g.
44+
SQL Server DB can be imported using the id, e.g.
4545

4646
```
4747
$ terraform import tencentcloud_sqlserver_db.foo mssql-3cdq7kx5#db_name

website/docs/r/sqlserver_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In addition to all arguments above, the following attributes are exported:
5353

5454
## Import
5555

56-
sqlserver instance can be imported using the id, e.g.
56+
SQL Server instance can be imported using the id, e.g.
5757

5858
```
5959
$ terraform import tencentcloud_sqlserver_instance.foo mssql-3cdq7kx5

0 commit comments

Comments
 (0)