feat: add AWS Verified Access icon (#1218)

dependabot/npm_and_yarn/website/babel/plugin-transform-modules-systemjs-7.29.7
Yoshiaki Yoshida 2 months ago committed by GitHub
parent 6053165368
commit 23f06b4f01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -32,7 +32,7 @@ jobs:
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
- name: Install poetry
run: curl -sSL https://install.python-poetry.org | python3 -
run: curl -sSL https://install.python-poetry.org | python3 - --version 2.2.1
- name: Run all tests
run: |
poetry install

@ -128,6 +128,10 @@ class TransitGateway(_Network):
_icon = "transit-gateway.png"
class VerifiedAccess(_Network):
_icon = "verified-access.png"
class VPCCustomerGateway(_Network):
_icon = "vpc-customer-gateway.png"

@ -1304,6 +1304,9 @@ Node classes list of the aws provider.
<img width="30" src="/img/resources/aws/network/transit-gateway.png" alt="TransitGateway" style="float: left; padding-right: 5px;" >
**diagrams.aws.network.TransitGateway**, **TGW** (alias)
<img width="30" src="/img/resources/aws/network/verified-access.png" alt="VerifiedAccess" style="float: left; padding-right: 5px;" >
**diagrams.aws.network.VerifiedAccess**
<img width="30" src="/img/resources/aws/network/vpc-customer-gateway.png" alt="VPCCustomerGateway" style="float: left; padding-right: 5px;" >
**diagrams.aws.network.VPCCustomerGateway**

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Loading…
Cancel
Save