Skip to content

Commit a4bf968

Browse files
authored
fix: update text used for secrets manager service plan input (#861)
1 parent 2bd5ab8 commit a4bf968

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ibm_catalog.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,19 +885,20 @@
885885
},
886886
{
887887
"key": "secrets_manager_service_plan",
888+
"description": "The pricing plan to use when provisioning a Secrets Manager instance. [Learn more](https://cloud.ibm.com/docs/secrets-manager?topic=secrets-manager-create-instance&interface=ui#upgrade-instance-standard).",
888889
"type_metadata": "string",
889890
"virtual": true,
890891
"required": true,
891892
"type": "string",
892893
"default_value": "standard",
893894
"options": [
894895
{
895-
"description": "Centrally manage secrets in a dedicated instance.",
896+
"description": "Centrally manage secrets in a dedicated instance. Unlimited Secrets Manager instances per IBM Cloud account. Unlimited access to all service capabilities.",
896897
"displayname": "Standard",
897898
"value": "standard"
898899
},
899900
{
900-
"description": "30-day free trial, only one trial instance provisioned in your account at any time.",
901+
"description": "Try Secrets Manager at no cost for 30 days. Unlimited access to all service capabilities for a limited time. You can have one Trial instance provisioned in your account at any time. After your trial expires, functionality is removed.",
901902
"displayname": "Trial",
902903
"value": "trial"
903904
}

0 commit comments

Comments
 (0)