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-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -460,21 +460,18 @@
460
460
},
461
461
{
462
462
"key": "management_endpoint_type_for_bucket",
463
-
"type_metadata": "string",
463
+
"hidden": true,
464
464
"options": [
465
465
{
466
-
"description": "Access bucket management requests over the public internet.",
467
-
"displayname": "Public",
466
+
"displayname": "public",
468
467
"value": "public"
469
468
},
470
469
{
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",
473
471
"value": "private"
474
472
},
475
473
{
476
-
"description": "Access bucket management requests originating from resources within VPCs. Direct endpoints can be accessed through Virtual Private Endpoint gateways.",
0 commit comments