Skip to content

Commit

Permalink
Merge pull request #102 from nswalters/vpc_router
Browse files Browse the repository at this point in the history
Add AWS VPC Router asset
  • Loading branch information
mingrammer authored Apr 17, 2020
2 parents e51a726 + d9b2346 commit f4acaa4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/aws/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ class TransitGateway(_Network):
_icon = "transit-gateway.png"


class VPCRouter(_Network):
_icon = "vpc-router.png"


class VPC(_Network):
_icon = "vpc.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Node classes list of aws provider.
- **diagrams.aws.network.Route53**
- **diagrams.aws.network.SiteToSiteVpn**
- **diagrams.aws.network.TransitGateway**
- **diagrams.aws.network.VPCRouter**
- **diagrams.aws.network.VPC**

## aws.management
Expand Down
Binary file added resources/aws/network/vpc-router.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f4acaa4

Please sign in to comment.