Skip to content

Commit 9f5996c

Browse files
committed
add change log
1 parent c9eaaa3 commit 9f5996c

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

.changelog/1572.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
```release-note:new-data-source
2+
tencentcloud_chdfs_access_groups
3+
```
4+
5+
```release-note:new-data-source
6+
tencentcloud_chdfs_mount_points
7+
```
8+
9+
```release-note:new-resource
10+
tencentcloud_chdfs_life_cycle_rule
11+
```
12+
13+
```release-note:new-resource
14+
tencentcloud_chdfs_mount_point
15+
```
16+
17+
```release-note:new-resource
18+
tencentcloud_chdfs_mount_point_attachment
19+
```

tencentcloud/data_source_tc_chdfs_mount_points.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ func dataSourceTencentCloudChdfsMountPoints() *schema.Resource {
2727
"file_system_id": {
2828
Optional: true,
2929
Type: schema.TypeString,
30-
Description: "get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin paramaters.",
30+
Description: "get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.",
3131
},
3232

3333
"access_group_id": {
3434
Optional: true,
3535
Type: schema.TypeString,
36-
Description: "get mount points belongs to access group id, only can use one of the AccessGroupId,FileSystemId,OwnerUin paramaters.",
36+
Description: "get mount points belongs to access group id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.",
3737
},
3838

3939
"owner_uin": {
4040
Optional: true,
4141
Type: schema.TypeInt,
42-
Description: "get mount points belongs to owner uin, only can use one of the AccessGroupId,FileSystemId,OwnerUin paramaters.",
42+
Description: "get mount points belongs to owner uin, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.",
4343
},
4444

4545
"mount_points": {

website/docs/d/chdfs_mount_points.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ data "tencentcloud_chdfs_mount_points" "mount_points" {
2323

2424
The following arguments are supported:
2525

26-
* `access_group_id` - (Optional, String) get mount points belongs to access group id, only can use one of the AccessGroupId,FileSystemId,OwnerUin paramaters.
27-
* `file_system_id` - (Optional, String) get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin paramaters.
28-
* `owner_uin` - (Optional, Int) get mount points belongs to owner uin, only can use one of the AccessGroupId,FileSystemId,OwnerUin paramaters.
26+
* `access_group_id` - (Optional, String) get mount points belongs to access group id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
27+
* `file_system_id` - (Optional, String) get mount points belongs to file system id, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
28+
* `owner_uin` - (Optional, Int) get mount points belongs to owner uin, only can use one of the AccessGroupId,FileSystemId,OwnerUin parameters.
2929
* `result_output_file` - (Optional, String) Used to save results.
3030

3131
## Attributes Reference

0 commit comments

Comments
 (0)