Skip to content

Commit 6977db8

Browse files
committed
add
1 parent 2d4789c commit 6977db8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/services/fl/resource_tc_vpc_flow_log.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func ResourceTencentCloudVpcFlowLog() *schema.Resource {
3535
"resource_type": {
3636
Required: true,
3737
Type: schema.TypeString,
38-
Description: "Specify resource type. NOTE: Only support `NETWORKINTERFACE` for now. Values: `VPC`, `SUBNET`, `NETWORKINTERFACE`, `CCN`, `NAT`, `DCG`.",
38+
Description: "The type of resource associated with the flow log. Valid values: `VPC`, `SUBNET`, `NETWORKINTERFACE`, `CCN`, `NAT`, and `DCG`.",
3939
},
4040
"resource_id": {
4141
Required: true,

website/docs/r/vpc_flow_log.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The following arguments are supported:
119119

120120
* `flow_log_name` - (Required, String) Specify flow log name.
121121
* `resource_id` - (Required, String) Specify resource unique Id of `resource_type` configured.
122-
* `resource_type` - (Required, String) Specify resource type. NOTE: Only support `NETWORKINTERFACE` for now. Values: `VPC`, `SUBNET`, `NETWORKINTERFACE`, `CCN`, `NAT`, `DCG`.
122+
* `resource_type` - (Required, String) The type of resource associated with the flow log. Valid values: `VPC`, `SUBNET`, `NETWORKINTERFACE`, `CCN`, `NAT`, and `DCG`.
123123
* `traffic_type` - (Required, String) Specify log traffic type, values: `ACCEPT`, `REJECT`, `ALL`.
124124
* `cloud_log_id` - (Optional, String) Specify flow log storage id, just set cls topic id.
125125
* `cloud_log_region` - (Optional, String) Specify flow log storage region, default using current.

0 commit comments

Comments
 (0)