Skip to content

Commit c8300aa

Browse files
author
Md Anam Raihan
committed
fix: resolve comments
1 parent 3c97bff commit c8300aa

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

ibm_catalog.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,18 @@
241241
"type": "string",
242242
"default_value": "private",
243243
"description": "The endpoint type to use if `existing_secrets_manager_crn` is specified.",
244-
"required": false
244+
"required": false,
245+
"options": [
246+
{
247+
"displayname": "public",
248+
"value": "public"
249+
},
250+
{
251+
"displayname": "private",
252+
"value": "private"
253+
}
254+
]
255+
245256
},
246257
{
247258
"key": "sm_service_plan",
@@ -284,7 +295,7 @@
284295
{
285296
"key": "ca_name",
286297
"type": "string",
287-
"default_value": "cert-auth",
298+
"default_value": "__NULL__",
288299
"description": "The name of the certificate authority for Secrets Manager. Required if secret_manager_public_engine_enabled is set to true",
289300
"required": false
290301
},

0 commit comments

Comments
 (0)