You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/advanced/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
# Advanced example
2
2
3
3
<!-- BEGIN SCHEMATICS DEPLOY HOOK -->
4
-
<ahref="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=activity-tracker-advanced-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-activity-tracker/tree/main/examples/advanced"><imgsrc="https://img.shields.io/badge/Deploy%20with IBM%20Cloud%20Schematics-0f62fe?logo=ibm&logoColor=white&labelColor=0f62fe"alt="Deploy with IBM Cloud Schematics"style="height: 16px; vertical-align: text-bottom;"></a>
<img src="https://img.shields.io/badge/Deploy%20with%20IBM%20Cloud%20Schematics-0f62fe?style=flat&logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics">
7
+
</a><br>
8
+
ℹ️ Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab.
9
+
</p>
5
10
<!-- END SCHEMATICS DEPLOY HOOK -->
6
11
7
12
<!-- There is a pre-commit hook that will take the title of each example add include it in the repos main README.md -->
@@ -16,7 +21,3 @@ An end-to-end advanced example that will provision the following:
16
21
- An Activity Tracker target for the new COS bucket, Cloud Logs instance and Event Streams instance.
17
22
- An Activity Tracker route for the above created targets.
18
23
- A CBR (Context-Based Restrictions) zone for the Activity Tracker Event Routing service, with CBR rules protecting all target services (Cloud Logs, Event Streams, and COS bucket) to restrict access to private endpoints only from the Activity Tracker service.
19
-
20
-
<!-- BEGIN SCHEMATICS DEPLOY TIP HOOK -->
21
-
:information_source: Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab
<ahref="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=activity-tracker-basic-example&repository=https://github.com/terraform-ibm-modules/terraform-ibm-activity-tracker/tree/main/examples/basic"><imgsrc="https://img.shields.io/badge/Deploy%20with IBM%20Cloud%20Schematics-0f62fe?logo=ibm&logoColor=white&labelColor=0f62fe"alt="Deploy with IBM Cloud Schematics"style="height: 16px; vertical-align: text-bottom;"></a>
<img src="https://img.shields.io/badge/Deploy%20with%20IBM%20Cloud%20Schematics-0f62fe?style=flat&logo=ibm&logoColor=white&labelColor=0f62fe" alt="Deploy with IBM Cloud Schematics">
7
+
</a><br>
8
+
ℹ️ Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab.
9
+
</p>
5
10
<!-- END SCHEMATICS DEPLOY HOOK -->
6
11
7
-
8
12
<!--
9
13
The basic example should call the module(s) stored in this repository with a basic configuration.
10
14
Note, there is a pre-commit hook that will take the title of each example and include it in the repos main README.md.
@@ -16,7 +20,3 @@ An end-to-end basic example that will provision the following:
16
20
- A new COS instance and bucket.
17
21
- An Activity Tracker target for the new COS bucket.
18
22
- An Activity Tracker route for the COS bucket target.
19
-
20
-
<!-- BEGIN SCHEMATICS DEPLOY TIP HOOK -->
21
-
:information_source: Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab
0 commit comments