Merge branch 'master' into feature/aws-agentcore-bedrock-icons

pull/1157/head
Filipe Oliveira 3 months ago committed by GitHub
commit 4d7b555d42
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: pipx install poetry==2.1.1
run: curl -sSL https://install.python-poetry.org | python3 - --version 2.2.1
- name: Run all tests
run: |
poetry install

@ -92,7 +92,7 @@ class Diagram:
# imagepos attribute is not backward compatible
# TODO: check graphviz version to see if "imagepos" is available >= 2.40
# https://github.com/xflr6/graphviz/blob/master/graphviz/backend.py#L248
# "imagepos": "tc",
"imagepos": "tc",
"imagescale": "true",
"fontname": "Sans-Serif",
"fontsize": "13",

@ -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"

@ -1346,6 +1346,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