File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,12 @@ High-Performance Nfs CFS
2121```hcl
2222resource "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
Original file line number Diff line number Diff line change @@ -31,14 +31,12 @@ resource "tencentcloud_cfs_file_system" "foo" {
3131``` hcl
3232resource "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
You can’t perform that action at this time.
0 commit comments