Skip to content

Commit

Permalink
feat(securityGroupRule): add securityGroupRule service
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Brandt committed May 26, 2022
1 parent ff8b0df commit c436eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/enums/schemasMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default {
[services.ccn]: 'tencentCcn',
[services.ccnAttachment]: 'tencentCcnAttachment',
[services.securityGroup]: 'tencentSecurityGroup',
[services.securityGroupRule]: 'tencentSecurityGroupRule',
[services.subnet]: 'tencentSubnet',
[services.vpc]: 'tencentVpc',
[services.vpnGateway]: 'tencentVpnGateway',
Expand Down
1 change: 1 addition & 0 deletions src/enums/serviceMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default {
[services.ccn]: TencentCcn,
[services.ccnAttachment]: TencentCcnAttachment,
[services.securityGroup]: TencentSecurityGroup,
[services.securityGroupRule]: TencentSecurityGroupRule,
[services.subnet]: TencentSubnet,
[services.vpc]: TencentVpc,
[services.vpnGateway]: TencentVpnGateway,
Expand Down

0 comments on commit c436eb8

Please sign in to comment.