-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial changes for publication, fix for vpc observability.
- Loading branch information
autobuild
committed
Nov 3, 2024
1 parent
ec72ef5
commit 9e68f8c
Showing
10 changed files
with
354 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Metadata-Version: 2.1 | ||
Name: ibmdiagrams | ||
Version: 1.0.28 | ||
Version: 1.0.29 | ||
Summary: Generate architecture diagrams following IBM Diagram Standard | ||
Author-email: Jay Warfield <[email protected]> | ||
Maintainer-email: Jay Warfield <[email protected]> | ||
|
@@ -229,9 +229,18 @@ Requires-Dist: urllib3>=1.26.9 | |
|
||
Generate architecture diagrams following [IBM Diagram Standard](https://www.ibm.com/design/language/infographics/technical-diagrams/design). | ||
|
||
Input can be Python or Terraform. | ||
Input is Python or Terraform with output to drawio file. | ||
|
||
Output is a drawio file that can be opened and edited in drawio. | ||
Python usage example: | ||
- python cloud.py | ||
- Output to cloud.drawio | ||
|
||
Terraform usage example: | ||
- ibmdiagrams -h | ||
- ibmdiagrams cloud.tfstate | ||
- Output to cloud.drawio | ||
|
||
Refer to Guides for complete details. | ||
|
||
Icons are from the [icons repo](https://github.com/IBM-Cloud/architecture-icons) for use in any drawio desktop. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.