Skip to content

Commit 0aa23a1

Browse files
authored
chore: 'description' attribute removed from the individual variation architecture for the DA (#662)
* chore: 'description' attribute removed from the individual variation architecture for the DA * Update ibm_catalog.json --------- Co-authored-by: akocbek <akocbek>
1 parent bd44674 commit 0aa23a1

File tree

2 files changed

+111
-113
lines changed

2 files changed

+111
-113
lines changed

ibm_catalog.json

Lines changed: 110 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -1,120 +1,118 @@
11
{
2-
"products": [
3-
{
4-
"name": "deploy-arch-ibm-vpe-gateway",
5-
"label": "Cloud automation for VPE gateway",
6-
"product_kind": "solution",
7-
"tags": [
8-
"ibm_created",
9-
"target_terraform",
10-
"terraform",
11-
"solution",
12-
"dev_ops"
13-
],
14-
"keywords": [
15-
"vpe",
16-
"IaC",
17-
"infrastructure as code",
18-
"terraform",
19-
"solution"
20-
],
21-
"short_description": "Creates and configures Virtual Private Endpoint gateway",
22-
"long_description": "This architecture supports creating and configuring Virtual Private Endpoint gateway.",
23-
"offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-vpe-gateway/blob/main/README.md",
24-
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-vpe-gateway/refs/heads/main/images/vpe-gw-icon.svg",
25-
"provider_name": "IBM",
26-
"features": [
27-
{
28-
"title": "IBM Cloud VPE gateway",
29-
"description": "Creates and configures an IBM Cloud VPE gateway."
30-
}
31-
],
32-
"flavors": [
33-
{
34-
"label": "Fully Configurable",
35-
"name": "fully-configurable",
36-
"install_type": "fullstack",
37-
"working_directory": "solutions/fully-configurable",
38-
"compliance": {},
39-
"configuration": [
40-
{
41-
"key": "ibmcloud_api_key"
42-
},
43-
{
44-
"custom_config": {
45-
"type": "region",
46-
"grouping": "deployment",
47-
"original_grouping": "deployment",
48-
"config_constraints": {
49-
"showKinds": [
50-
"region"
51-
]
52-
}
53-
},
54-
"key": "region",
55-
"required": true
56-
},
57-
{
58-
"key": "existing_resource_group_name",
59-
"required": true
60-
},
61-
{
62-
"key": "prefix",
63-
"required": true
64-
},
65-
{
66-
"key": "vpc_name",
67-
"required": true
68-
},
69-
{
70-
"key": "subnet_ids",
71-
"required": true
72-
},
73-
{
74-
"key": "security_group_ids"
75-
},
76-
{
77-
"key": "cloud_services"
78-
},
79-
{
80-
"key": "cloud_service_by_crn"
81-
},
82-
{
83-
"key": "service_endpoints"
2+
"products": [
3+
{
4+
"name": "deploy-arch-ibm-vpe-gateway",
5+
"label": "Cloud automation for VPE gateway",
6+
"product_kind": "solution",
7+
"tags": [
8+
"ibm_created",
9+
"target_terraform",
10+
"terraform",
11+
"solution",
12+
"dev_ops"
13+
],
14+
"keywords": [
15+
"vpe",
16+
"IaC",
17+
"infrastructure as code",
18+
"terraform",
19+
"solution"
20+
],
21+
"short_description": "Creates and configures Virtual Private Endpoint gateway",
22+
"long_description": "This architecture supports creating and configuring Virtual Private Endpoint gateway.",
23+
"offering_docs_url": "https://github.com/terraform-ibm-modules/terraform-ibm-vpe-gateway/blob/main/README.md",
24+
"offering_icon_url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-vpe-gateway/refs/heads/main/images/vpe-gw-icon.svg",
25+
"provider_name": "IBM",
26+
"features": [
27+
{
28+
"title": "IBM Cloud VPE gateway",
29+
"description": "Creates and configures an IBM Cloud VPE gateway."
30+
}
31+
],
32+
"flavors": [
33+
{
34+
"label": "Fully Configurable",
35+
"name": "fully-configurable",
36+
"install_type": "fullstack",
37+
"working_directory": "solutions/fully-configurable",
38+
"configuration": [
39+
{
40+
"key": "ibmcloud_api_key"
41+
},
42+
{
43+
"custom_config": {
44+
"type": "region",
45+
"grouping": "deployment",
46+
"original_grouping": "deployment",
47+
"config_constraints": {
48+
"showKinds": [
49+
"region"
50+
]
51+
}
8452
},
53+
"key": "region",
54+
"required": true
55+
},
56+
{
57+
"key": "existing_resource_group_name",
58+
"required": true
59+
},
60+
{
61+
"key": "prefix",
62+
"required": true
63+
},
64+
{
65+
"key": "vpc_name",
66+
"required": true
67+
},
68+
{
69+
"key": "subnet_ids",
70+
"required": true
71+
},
72+
{
73+
"key": "security_group_ids"
74+
},
75+
{
76+
"key": "cloud_services"
77+
},
78+
{
79+
"key": "cloud_service_by_crn"
80+
},
81+
{
82+
"key": "service_endpoints"
83+
},
84+
{
85+
"key": "reserved_ips"
86+
}
87+
],
88+
"iam_permissions": [
89+
{
90+
"service_name": "is",
91+
"role_crns": [
92+
"crn:v1:bluemix:public:iam::::role:Editor"
93+
]
94+
}
95+
],
96+
"architecture": {
97+
"features": [
8598
{
86-
"key": "reserved_ips"
99+
"title": "VPE gateway creation",
100+
"description": "Yes"
87101
}
88102
],
89-
"iam_permissions": [
103+
"diagrams": [
90104
{
91-
"service_name": "is",
92-
"role_crns": [
93-
"crn:v1:bluemix:public:iam::::role:Editor"
94-
]
105+
"diagram": {
106+
"caption": "VPE gateway",
107+
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-vpe-gateway/refs/heads/main/reference-architecture/vpe-gateway.svg",
108+
"type": "image/svg+xml"
109+
},
110+
"description": "This architecture supports creating an IBM Cloud VPE gateway"
95111
}
96-
],
97-
"architecture": {
98-
"descriptions": "This architecture supports creating and configuring an IBM Cloud VPE gateway.",
99-
"features": [
100-
{
101-
"title": "VPE gateway creation",
102-
"description": "Yes"
103-
}
104-
],
105-
"diagrams": [
106-
{
107-
"diagram": {
108-
"caption": "VPE gateway",
109-
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-vpe-gateway/refs/heads/main/reference-architecture/vpe-gateway.svg",
110-
"type": "image/svg+xml"
111-
},
112-
"description": "This architecture supports creating an IBM Cloud VPE gateway"
113-
}
114-
]
115-
}
112+
]
116113
}
117-
]
118-
}
119-
]
120-
}
114+
}
115+
]
116+
}
117+
]
118+
}

0 commit comments

Comments
 (0)