Skip to content

Commit 3304562

Browse files
fix: added diagram to the DA and sorted the input variables (#21)
1 parent 6ed60b0 commit 3304562

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

ibm_catalog.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,32 +69,39 @@
6969
]
7070
},
7171
{
72-
"key": "use_existing_resource_group"
72+
"key": "resource_group_name",
73+
"required": true
7374
},
7475
{
75-
"key": "resource_group_name",
76+
"key": "use_existing_resource_group",
7677
"required": true
7778
},
7879
{
7980
"key": "region",
8081
"required": true,
8182
"default_value": "us-east"
8283
},
83-
{
84-
"key": "resource_tags"
85-
},
8684
{
8785
"key": "prefix"
8886
},
8987
{
9088
"key": "db2_instance_name",
9189
"required": true
9290
},
91+
{
92+
"key": "subscription_id"
93+
},
94+
{
95+
"key": "subscription_id_secret_crn"
96+
},
9397
{
9498
"key": "node_type"
9599
},
96100
{
97101
"key": "enable_oracle_compatibility"
102+
},
103+
{
104+
"key": "resource_tags"
98105
}
99106
],
100107
"architecture": {
@@ -113,7 +120,7 @@
113120
{
114121
"diagram": {
115122
"caption": "IBM DB2 on Cloud",
116-
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-db2-cloud/main/reference-architecture/deployable-architecture-db2cloud.svg",
123+
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-db2-cloud/main/reference-architectures/deployable-architecture-db2cloud.svg",
117124
"type": "image/svg+xml"
118125
},
119126
"description": "This architecture supports creating and configuring DB on Cloud resources"

0 commit comments

Comments
 (0)