Skip to content

Commit

Permalink
Merge pull request #499 from patuck/vpc-quotas
Browse files Browse the repository at this point in the history
feat(vpc.py): add quota_name for Entries per route table.
  • Loading branch information
jantman committed Dec 2, 2020
2 parents bf94f3c + 022af05 commit 9ed9389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awslimitchecker/services/vpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ def get_limits(self):
self.critical_threshold,
limit_type='AWS::EC2::Route',
limit_subtype='AWS::EC2::RouteTable',
quotas_name='Routes per route table'
)

limits['Internet gateways'] = AwsLimit(
Expand Down

0 comments on commit 9ed9389

Please sign in to comment.