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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ This module is used to provision and configure an IBM Cloud [Secrets Manager](ht
19
19
*[fscloud](./modules/fscloud)
20
20
*[secrets](./modules/secrets)
21
21
*[Examples](./examples)
22
-
*[Advanced example](./examples/advanced)
23
-
*[Basic example](./examples/basic)
24
-
*[Financial Services Cloud profile example with KYOK encryption](./examples/fscloud)
22
+
*<divstyle="display: inline-block;"><ahref="./examples/advanced">Advanced example</a></div> <divstyle="display: inline-block; vertical-align: middle;"><ahref="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=sm-advanced-example&repository=github.com/terraform-ibm-modules/terraform-ibm-secrets-manager/tree/main/examples/advanced"target="_blank"><imgsrc="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg"alt="Deploy to IBM Cloud button"></a></div>
23
+
*<divstyle="display: inline-block;"><ahref="./examples/basic">Basic example</a></div> <divstyle="display: inline-block; vertical-align: middle;"><ahref="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=sm-basic-example&repository=github.com/terraform-ibm-modules/terraform-ibm-secrets-manager/tree/main/examples/basic"target="_blank"><imgsrc="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg"alt="Deploy to IBM Cloud button"></a></div>
24
+
*<divstyle="display: inline-block;"><ahref="./examples/fscloud">Financial Services Cloud profile example with KYOK encryption</a></div> <divstyle="display: inline-block; vertical-align: middle;"><ahref="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=sm-fscloud-example&repository=github.com/terraform-ibm-modules/terraform-ibm-secrets-manager/tree/main/examples/fscloud"target="_blank"><imgsrc="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg"alt="Deploy to IBM Cloud button"></a></div>
25
25
*[Contributing](#contributing)
26
26
<!-- END OVERVIEW HOOK -->
27
27
@@ -72,8 +72,8 @@ You need the following permissions to run this module.
count=var.existing_secrets_manager_crn==null&& var.kms_encryption_enabled&& var.existing_secrets_manager_kms_key_crn==null?1:0# no need to create any KMS resources if passing an existing key
0 commit comments