Skip to content

Commit 051c16e

Browse files
committed
add
1 parent 97669a0 commit 051c16e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tencentcloud/services/cfw/resource_tc_cfw_vpc_instance.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@ func ResourceTencentCloudCfwVpcInstance() *schema.Resource {
7070
Description: "Firewall Deployment Region.",
7171
},
7272
"width": {
73-
Type: schema.TypeInt,
74-
Required: true,
75-
ValidateFunc: tccommon.ValidateIntegerMin(1024),
76-
Description: "Bandwidth, unit: Mbps.",
73+
Type: schema.TypeInt,
74+
Required: true,
75+
Description: "Bandwidth, unit: Mbps.",
7776
},
7877
"cross_a_zone": {
7978
Type: schema.TypeInt,

0 commit comments

Comments
 (0)