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: ibm_catalog.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -289,21 +289,21 @@
289
289
"key": "cis_id",
290
290
"type": "string",
291
291
"default_value": "__NULL__",
292
-
"description": "Cloud Internet Service ID. Required if secret_manager_public_engine_enabled is set to true",
292
+
"description": "Cloud Internet Service ID. Required if `secret_manager_public_engine_enabled` is set to true.",
293
293
"required": false
294
294
},
295
295
{
296
296
"key": "ca_name",
297
297
"type": "string",
298
298
"default_value": "__NULL__",
299
-
"description": "The name of the certificate authority for Secrets Manager. Required if secret_manager_public_engine_enabled is set to true",
299
+
"description": "The name of the certificate authority for Secrets Manager. Required if `secret_manager_public_engine_enabled` is set to true.",
300
300
"required": false
301
301
},
302
302
{
303
303
"key": "dns_provider_name",
304
304
"type": "string",
305
-
"default_value": "certificate-dns",
306
-
"description": "The name of the DNS provider for the public certificate secrets engine configuration.",
305
+
"default_value": "__NULL__",
306
+
"description": "The name of the DNS provider for the public certificate secrets engine configuration. Required if `secret_manager_public_engine_enabled` is set to true.",
0 commit comments