Skip to content

Commit 8c26e4a

Browse files
authored
chore: 'description' attribute removed from the individual variation architecture for the DA (#991)
Co-authored-by: akocbek <akocbek>
1 parent 357e28d commit 8c26e4a

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

ibm_catalog.json

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
]
9393
},
9494
"architecture": {
95-
"descriptions": "This architecture supports provisioning and configuring fully configurable Virtual Private Cloud.",
9695
"features": [
9796
{
9897
"title": "Create VPC",
@@ -168,11 +167,15 @@
168167
},
169168
"iam_permissions": [
170169
{
171-
"role_crns": ["crn:v1:bluemix:public:iam::::role:Administrator"],
170+
"role_crns": [
171+
"crn:v1:bluemix:public:iam::::role:Administrator"
172+
],
172173
"service_name": "iam-identity"
173174
},
174175
{
175-
"role_crns": ["crn:v1:bluemix:public:iam::::role:Administrator"],
176+
"role_crns": [
177+
"crn:v1:bluemix:public:iam::::role:Administrator"
178+
],
176179
"service_name": "is.vpc"
177180
},
178181
{
@@ -451,9 +454,13 @@
451454
{
452455
"name": "deploy-arch-ibm-account-infra-base",
453456
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
454-
"flavors": ["standard"],
457+
"flavors": [
458+
"standard"
459+
],
455460
"id": "63641cec-6093-4b4f-b7b0-98d2f4185cd6-global",
456-
"ignore_auto_referencing": ["*"],
461+
"ignore_auto_referencing": [
462+
"*"
463+
],
457464
"input_mapping": [
458465
{
459466
"dependency_output": "workload_resource_group_name",
@@ -473,11 +480,15 @@
473480
"name": "testing-deploy-arch-ibm-kms",
474481
"id": "85fdbd7a-8c77-4abd-b716-653a31f3aba9-global",
475482
"version": "^v1.2.1",
476-
"flavors": ["standard"],
483+
"flavors": [
484+
"standard"
485+
],
477486
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
478487
"optional": true,
479488
"on_by_default": true,
480-
"ignore_auto_referencing": ["*"],
489+
"ignore_auto_referencing": [
490+
"*"
491+
],
481492
"input_mapping": [
482493
{
483494
"dependency_output": "kms_instance_crn",
@@ -513,11 +524,15 @@
513524
"name": "deploy-arch-ibm-cos",
514525
"id": "68921490-2778-4930-ac6d-bae7be6cd958-global",
515526
"version": "^v8.20.1",
516-
"flavors": ["instance"],
527+
"flavors": [
528+
"instance"
529+
],
517530
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
518531
"optional": true,
519532
"on_by_default": true,
520-
"ignore_auto_referencing": ["*"],
533+
"ignore_auto_referencing": [
534+
"*"
535+
],
521536
"input_mapping": [
522537
{
523538
"dependency_output": "cos_instance_id",

0 commit comments

Comments
 (0)