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
feat: added support to optionally use an existing KMS instance by adding new optional input variable existing_kms_instance_crn. If not value passed, a new Key Protect instance gets created (#64)
Copy file name to clipboardExpand all lines: ibm_catalog.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,13 @@
204
204
"description": "Whether to provision logging and monitoring instances are configured to receive all platform logs and metrics in the target region. There can only be one instance per region provisioned for platform logs/metrics.",
205
205
"required": false
206
206
},
207
+
{
208
+
"key": "existing_kms_instance_crn",
209
+
"type": "string",
210
+
"default_value": "__NULL__",
211
+
"description": "The CRN of an existing KMS instance to use in this solution. If not set, a new Key Protect instance is provisioned.",
0 commit comments