Skip to content

Commit f018db8

Browse files
committed
add computed attr
1 parent 83c9e59 commit f018db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tencentcloud/services/vpc/resource_tc_vpc_notify_routes.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ func ResourceTencentCloudVpcNotifyRoutes() *schema.Resource {
6767
Required: true,
6868
ForceNew: true,
6969
Type: schema.TypeSet,
70+
MaxItems: 1,
7071
Elem: &schema.Schema{
7172
Type: schema.TypeString,
7273
},

0 commit comments

Comments
 (0)