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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Advanced example
2
2
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>
5
+
<!-- END SCHEMATICS DEPLOY HOOK -->
6
+
7
+
3
8
<!-- There is a pre-commit hook that will take the title of each example add include it in the repos main README.md -->
4
9
<!-- Add text below should describe exactly what resources are provisioned / configured by the example -->
5
10
@@ -10,3 +15,7 @@ An end-to-end advanced example that will provision the following:
10
15
- A new COS instance and KMS encrypted bucket.
11
16
- An Activity Tracker target for the new COS bucket, Cloud Logs instance and Event Streams instance.
12
17
- And Activity Tracker route for the above created targets.
18
+
19
+
<!-- BEGIN SCHEMATICS DEPLOY TIP HOOK -->
20
+
:information_source: Ctrl/Cmd+Click or right-click on the Schematics deploy button to open in a new tab
Copy file name to clipboardExpand all lines: examples/basic/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Basic example
2
2
3
+
<!-- BEGIN SCHEMATICS DEPLOY HOOK -->
4
+
<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>
5
+
<!-- END SCHEMATICS DEPLOY HOOK -->
6
+
7
+
3
8
<!--
4
9
The basic example should call the module(s) stored in this repository with a basic configuration.
5
10
Note, there is a pre-commit hook that will take the title of each example and include it in the repos main README.md.
@@ -11,3 +16,7 @@ An end-to-end basic example that will provision the following:
11
16
- A new COS instance and bucket.
12
17
- An Activity Tracker target for the new COS bucket.
13
18
- 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
count=(local.use_kms_module&& (length(coalesce(local.buckets_config, [])) !=0)) ?1:0# no need to create any KMS resources if `kms_encryption_enabled_buckets` is false or `existing_cos_kms_key_crn` is provided or `buckets_config` length is 0
0 commit comments