Skip to content

Commit 5be1232

Browse files
author
Christopher Brandt
committed
feat(securityGroup): add security group service
1 parent 10311ff commit 5be1232

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 | |

src/enums/schemasMap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

src/enums/serviceMap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)