Skip to content

Commit 201f6aa

Browse files
authored
fix: catalog.json has incorrect types (#58)
1 parent 77b0e2c commit 201f6aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
{
415415
"key": "management_endpoint_type_for_bucket",
416416
"description": "The type of endpoint for the IBM terraform provider to use to manage the bucket. (public, private, or direct)",
417-
"type": "boolean",
417+
"type": "string",
418418
"hidden": true,
419419
"default_value": "private",
420420
"options": [
@@ -541,7 +541,7 @@
541541
{
542542
"key": "kms_endpoint_type",
543543
"description": "The type of endpoint to be used for management of key protect.",
544-
"type": "boolean",
544+
"type": "string",
545545
"hidden": true,
546546
"default_value": "private",
547547
"options": [

0 commit comments

Comments
 (0)