Skip to content

Commit 063ab25

Browse files
authored
chore: Add links (#41)
* chore: single project diagram * chore: add picture links in readme * fix: Fix build
1 parent 0e151c1 commit 063ab25

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

examples/organization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This example deploys Cloud Connector into a GCP organizational GCP account.
44

5-
![single project diagram]()
5+
![single project diagram](https://github.com/sysdiglabs/terraform-google-secure-for-cloud/blob/master/examples/organization/diagram-org.png?raw=true)
66

77
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
88
## Requirements

examples/single-project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example deploys Cloud Connector and Cloud Scanning into a GCP account.
44

55
All the resources will be run in a single project.
66

7-
![single project diagram]()
7+
![single project diagram](https://github.com/sysdiglabs/terraform-google-secure-for-cloud/blob/master/examples/single-project/diagram-single.png?raw=true)
88

99
## Prerequisits
1010

-166 KB
Binary file not shown.

examples/single-project/diagram-single.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# diagrams as code vía https://diagrams.mingrammer.com
2-
32
from diagrams import Cluster, Diagram, Edge
43
from diagrams.gcp.analytics import PubSub
54
from diagrams.gcp.compute import Run

0 commit comments

Comments
 (0)