Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Barrett committed May 13, 2024
1 parent 391abee commit 548726d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file added __pycache__/diagram.cpython-311.pyc
Binary file not shown.
3 changes: 2 additions & 1 deletion diagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@

def main():
with Diagram(filename="images/diagram", show=False, direction="LR", graph_attr=graph_attr):
artifactory = Custom("Artifactory", icon_path=f"{HOME_PATH}/images/jfrog_artifactory.png")
aws_users = Users()
terraform = Custom("Terraform", icon_path=f"{HOME_PATH}/images/terraform.png")
s3_backend = S3("Statefile Bucket")
codefresh = Custom("Codefresh", icon_path=f"{HOME_PATH}/images/codefresh.png")
aws_users >> s3_backend >> codefresh
aws_users >> s3_backend >> codefresh >> artifactory
aws_users >> terraform
terraform >> s3_backend

Expand Down
Binary file added images/jfrog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/jfrog_artifactory.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 548726d

Please sign in to comment.