Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/organization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements
Expand Down
2 changes: 1 addition & 1 deletion examples/single-project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example deploys Cloud Connector and Cloud Scanning into a GCP account.

All the resources will be run in a single project.

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

## Prerequisits

Expand Down
Binary file removed examples/single-project/diagram-single.png
Binary file not shown.
1 change: 0 additions & 1 deletion examples/single-project/diagram-single.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# diagrams as code vía https://diagrams.mingrammer.com

from diagrams import Cluster, Diagram, Edge
from diagrams.gcp.analytics import PubSub
from diagrams.gcp.compute import Run
Expand Down