Skip to content

Commit

Permalink
feat: add ec2, ecr, github_code, git_repository nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
tsypuk committed Jan 15, 2024
1 parent a2839ce commit 719964c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions multicloud_diagrams/providers/aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,19 @@
"height": "64.5",
"version": "0.3.20",
"desc": "MySQL"
},
"ecr": {
"style": "outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=left;html=1;shape=mxgraph.aws3.ecr;fillColor=#F58534;gradientColor=none;",
"width": "69",
"height": "72",
"version": "0.3.22",
"desc": "Elastic Container Registry"
},
"ec2": {
"style": "sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=#F78E04;gradientDirection=north;fillColor=#D05C17;strokeColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.ec2;",
"width": "78",
"height": "78",
"version": "0.3.22",
"desc": "Elastic Compute Cloud"
}
}
14 changes: 14 additions & 0 deletions multicloud_diagrams/providers/onprem.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@
"height": "41",
"version": "0.3.19",
"desc": "Docker container"
},
"github_code": {
"style": "verticalLabelPosition=bottom;html=1;verticalAlign=top;align=left;strokeColor=none;fillColor=#00BEF2;shape=mxgraph.azure.github_code;pointerEvents=1;",
"width": "50",
"height": "50",
"version": "0.3.22",
"desc": "Github code"
},
"git_repository": {
"style": "verticalLabelPosition=bottom;html=1;verticalAlign=top;align=left;strokeColor=none;fillColor=#00BEF2;shape=mxgraph.azure.git_repository;",
"width": "50",
"height": "50",
"version": "0.3.22",
"desc": "Git Repository"
}
}

0 comments on commit 719964c

Please sign in to comment.