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
+4-4Lines changed: 4 additions & 4 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
-
* <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>
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=https://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=https://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=https://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,7 +72,7 @@ You need the following permissions to run this module.
Copy file name to clipboardExpand all lines: solutions/fully-configurable/main.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ module "kms" {
130
130
}
131
131
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