From aa59869ae0ba2d46e612a0d47618dd9f0c2f4c74 Mon Sep 17 00:00:00 2001 From: hellertang Date: Wed, 5 Jul 2023 19:07:51 +0800 Subject: [PATCH] update cfs doc --- tencentcloud/resource_tc_cfs_file_system.go | 10 ++++------ website/docs/r/cfs_file_system.html.markdown | 10 ++++------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/tencentcloud/resource_tc_cfs_file_system.go b/tencentcloud/resource_tc_cfs_file_system.go index cb558a9171..3b1bd7ceec 100644 --- a/tencentcloud/resource_tc_cfs_file_system.go +++ b/tencentcloud/resource_tc_cfs_file_system.go @@ -21,14 +21,12 @@ High-Performance Nfs CFS ```hcl resource "tencentcloud_cfs_file_system" "foo" { name = "test_file_system" - net_interface = "CCN" availability_zone = "ap-guangzhou-6" access_group_id = "pgroup-drwt29od" - protocol = "TURBO" - storage_type = "TP" - capacity = 10240 - ccn_id = "ccn-39lqkygf" - cidr_block = "11.0.0.0/24" + protocol = "NFS" + storage_type = "HP" + vpc_id = "vpc-86v957zb" + subnet_id = "subnet-enm92y0m" } ``` diff --git a/website/docs/r/cfs_file_system.html.markdown b/website/docs/r/cfs_file_system.html.markdown index d83ef06bc1..929a3210e5 100644 --- a/website/docs/r/cfs_file_system.html.markdown +++ b/website/docs/r/cfs_file_system.html.markdown @@ -31,14 +31,12 @@ resource "tencentcloud_cfs_file_system" "foo" { ```hcl resource "tencentcloud_cfs_file_system" "foo" { name = "test_file_system" - net_interface = "CCN" availability_zone = "ap-guangzhou-6" access_group_id = "pgroup-drwt29od" - protocol = "TURBO" - storage_type = "TP" - capacity = 10240 - ccn_id = "ccn-39lqkygf" - cidr_block = "11.0.0.0/24" + protocol = "NFS" + storage_type = "HP" + vpc_id = "vpc-86v957zb" + subnet_id = "subnet-enm92y0m" } ```