Skip to content

Commit deb1c50

Browse files
committed
addressed review comments
1 parent 7d5a81b commit deb1c50

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

ibm_catalog.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -460,21 +460,18 @@
460460
},
461461
{
462462
"key": "management_endpoint_type_for_bucket",
463-
"type_metadata": "string",
463+
"hidden": true,
464464
"options": [
465465
{
466-
"description": "Access bucket management requests over the public internet.",
467-
"displayname": "Public",
466+
"displayname": "public",
468467
"value": "public"
469468
},
470469
{
471-
"description": "Access bucket management requests through IBM Cloud private network. Requires virtual routing and forwarding (VRF) enabled in your account and Terraform runtime must have access to IBM Cloud Private network.",
472-
"displayname": "Private",
470+
"displayname": "private",
473471
"value": "private"
474472
},
475473
{
476-
"description": "Access bucket management requests originating from resources within VPCs. Direct endpoints can be accessed through Virtual Private Endpoint gateways.",
477-
"displayname": "Direct",
474+
"displayname": "direct",
478475
"value": "direct"
479476
}
480477
]

0 commit comments

Comments
 (0)