File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ export default {
11
11
[ services . ccn ] : 'tencentCcn' ,
12
12
[ services . ccnAttachment ] : 'tencentCcnAttachment' ,
13
13
[ services . securityGroup ] : 'tencentSecurityGroup' ,
14
+ [ services . securityGroupRule ] : 'tencentSecurityGroupRule' ,
14
15
[ services . subnet ] : 'tencentSubnet' ,
15
16
[ services . vpc ] : 'tencentVpc' ,
16
17
[ services . vpnGateway ] : 'tencentVpnGateway' ,
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export default {
23
23
[ services . ccn ] : TencentCcn ,
24
24
[ services . ccnAttachment ] : TencentCcnAttachment ,
25
25
[ services . securityGroup ] : TencentSecurityGroup ,
26
+ [ services . securityGroupRule ] : TencentSecurityGroupRule ,
26
27
[ services . subnet ] : TencentSubnet ,
27
28
[ services . vpc ] : TencentVpc ,
28
29
[ services . vpnGateway ] : TencentVpnGateway ,
You can’t perform that action at this time.
0 commit comments