Skip to content

Commit

Permalink
fix: catalog json - add support and minor fixes (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
argeiger authored Jul 10, 2024
1 parent 7589f8c commit 25eaaf2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,17 @@
{
"description": "Provisions and manages SSH keys for the VSIs so that you can securely administer the instances.\n",
"title": "Provisions SSH keys"
},
{
"title": "Increases security with Key Management",
"description": "Yes"
},
{
"title": "Reduces failure events by using multizone regions",
"description": "Yes"
}
],
"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.",
"flavors": [
{
"label": "Standard",
Expand All @@ -61,7 +70,7 @@
"key": "prefix",
"type": "string",
"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.",
"default_value": "rag",
"default_value": "web-app",
"required": true
},
{
Expand Down Expand Up @@ -219,10 +228,6 @@
}
],
"iam_permissions": [
{
"role_crns": ["crn:v1:bluemix:public:iam::::serviceRole:Manager"],
"service_name": "appid"
},
{
"role_crns": ["crn:v1:bluemix:public:iam::::serviceRole:Manager"],
"service_name": "cloud-object-storage"
Expand Down

0 comments on commit 25eaaf2

Please sign in to comment.