Skip to content

Commit 25eaaf2

Browse files
authored
fix: catalog json - add support and minor fixes (#29)
1 parent 7589f8c commit 25eaaf2

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

ibm_catalog.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,17 @@
4848
{
4949
"description": "Provisions and manages SSH keys for the VSIs so that you can securely administer the instances.\n",
5050
"title": "Provisions SSH keys"
51+
},
52+
{
53+
"title": "Increases security with Key Management",
54+
"description": "Yes"
55+
},
56+
{
57+
"title": "Reduces failure events by using multizone regions",
58+
"description": "Yes"
5159
}
5260
],
61+
"support_details": "This product is in the community registry, as such support is handled through the originated repo. If you experience issues please open an issue in that repository [https://github.com/terraform-ibm-modules/terraform-ibm-web-app-mzr-da/issues](https://github.com/terraform-ibm-modules/terraform-ibm-web-app-mzr-da/issues). Please note this product is not supported via the IBM Cloud Support Center.",
5362
"flavors": [
5463
{
5564
"label": "Standard",
@@ -61,7 +70,7 @@
6170
"key": "prefix",
6271
"type": "string",
6372
"description": "A prefix added to the name of all resources created by this solution. Used to avoid name clashes in the target account when existing this solution multiple times.",
64-
"default_value": "rag",
73+
"default_value": "web-app",
6574
"required": true
6675
},
6776
{
@@ -219,10 +228,6 @@
219228
}
220229
],
221230
"iam_permissions": [
222-
{
223-
"role_crns": ["crn:v1:bluemix:public:iam::::serviceRole:Manager"],
224-
"service_name": "appid"
225-
},
226231
{
227232
"role_crns": ["crn:v1:bluemix:public:iam::::serviceRole:Manager"],
228233
"service_name": "cloud-object-storage"

0 commit comments

Comments
 (0)