File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,3 +66,4 @@ CloudGraph Tencent Provider will ask you what regions you would like to crawl an
6666| vpc | subnet, vpnGateway, routeTable |
6767| vpnGateway | vpc, vpnGatewayRoute |
6868| vpnGatewayRoute | vpnGateway |
69+ | securityGroup | |
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export default {
1010 [ services . securityGroupRule ] : 'tencentSecurityGroupRule' ,
1111 [ services . ccn ] : 'tencentCcn' ,
1212 [ services . ccnAttachment ] : 'tencentCcnAttachment' ,
13+ [ services . securityGroup ] : 'tencentSecurityGroup' ,
1314 [ services . subnet ] : 'tencentSubnet' ,
1415 [ services . vpc ] : 'tencentVpc' ,
1516 [ services . vpnGateway ] : 'tencentVpnGateway' ,
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export default {
2222 [ services . securityGroupRule ] : TencentSecurityGroupRule ,
2323 [ services . ccn ] : TencentCcn ,
2424 [ services . ccnAttachment ] : TencentCcnAttachment ,
25+ [ services . securityGroup ] : TencentSecurityGroup ,
2526 [ services . subnet ] : TencentSubnet ,
2627 [ services . vpc ] : TencentVpc ,
2728 [ services . vpnGateway ] : TencentVpnGateway ,
You can’t perform that action at this time.
0 commit comments