Skip to content

Commit d2b4250

Browse files
authored
update cfs doc (#1938)
1 parent 1338090 commit d2b4250

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

tencentcloud/resource_tc_cfs_file_system.go

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ High-Performance Nfs CFS
2121
```hcl
2222
resource "tencentcloud_cfs_file_system" "foo" {
2323
name = "test_file_system"
24-
net_interface = "CCN"
2524
availability_zone = "ap-guangzhou-6"
2625
access_group_id = "pgroup-drwt29od"
27-
protocol = "TURBO"
28-
storage_type = "TP"
29-
capacity = 10240
30-
ccn_id = "ccn-39lqkygf"
31-
cidr_block = "11.0.0.0/24"
26+
protocol = "NFS"
27+
storage_type = "HP"
28+
vpc_id = "vpc-86v957zb"
29+
subnet_id = "subnet-enm92y0m"
3230
}
3331
```
3432

website/docs/r/cfs_file_system.html.markdown

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ resource "tencentcloud_cfs_file_system" "foo" {
3131
```hcl
3232
resource "tencentcloud_cfs_file_system" "foo" {
3333
name = "test_file_system"
34-
net_interface = "CCN"
3534
availability_zone = "ap-guangzhou-6"
3635
access_group_id = "pgroup-drwt29od"
37-
protocol = "TURBO"
38-
storage_type = "TP"
39-
capacity = 10240
40-
ccn_id = "ccn-39lqkygf"
41-
cidr_block = "11.0.0.0/24"
36+
protocol = "NFS"
37+
storage_type = "HP"
38+
vpc_id = "vpc-86v957zb"
39+
subnet_id = "subnet-enm92y0m"
4240
}
4341
```
4442

0 commit comments

Comments
 (0)