Skip to content

Commit ed39d74

Browse files
authored
fix: add missing config to catalog manifest (#191)
1 parent 0c11711 commit ed39d74

File tree

1 file changed

+31
-7
lines changed

1 file changed

+31
-7
lines changed

ibm_catalog.json

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,16 @@
5555
},
5656
{
5757
"key": "existing_resource_group_name",
58-
"required": true
58+
"type": "string",
59+
"required": true,
60+
"custom_config": {
61+
"type": "resource_group",
62+
"grouping": "deployment",
63+
"original_grouping": "deployment",
64+
"config_constraints": {
65+
"identifier": "rg_name"
66+
}
67+
}
5968
},
6069
{
6170
"key": "prefix",
@@ -67,47 +76,60 @@
6776
"required": true,
6877
"options": [
6978
{
79+
"displayname": "Dallas (us-south)",
7080
"value": "us-south"
7181
},
7282
{
83+
"displayname": "Washington DC (us-east)",
84+
"value": "us-east"
85+
},
86+
{
87+
"displayname": "Frankfurt (eu-de)",
7388
"value": "eu-de"
7489
},
7590
{
91+
"displayname": "London (eu-gb)",
7692
"value": "eu-gb"
7793
},
7894
{
95+
"displayname": "Madrid (eu-es)",
7996
"value": "eu-es"
8097
},
8198
{
99+
"displayname": "Osaka (jp-osa)",
82100
"value": "jp-osa"
83101
},
84102
{
85-
"value": "br-sao"
103+
"displayname": "Tokyo (jp-tok)",
104+
"value": "jp-tok"
86105
},
87106
{
88-
"value": "au-syd"
107+
"displayname": "Sao Paolo (br-sao)",
108+
"value": "br-sao"
89109
},
90110
{
91-
"value": "jp-tok"
111+
"displayname": "Sydney (au-syd)",
112+
"value": "au-syd"
92113
},
93114
{
115+
"displayname": "Toronto (ca-tor)",
94116
"value": "ca-tor"
95-
},
96-
{
97-
"value": "us-east"
98117
}
99118
]
100119
},
101120
{
102121
"key": "provider_visibility",
103122
"options": [
104123
{
124+
"displayname": "Private",
105125
"value": "private"
106126
},
107127
{
128+
"displayname": "Public",
108129
"value": "public"
109130
},
110131
{
132+
"displayname": "Public and Private",
111133
"value": "public-and-private"
112134
}
113135
]
@@ -122,9 +144,11 @@
122144
"key": "scc_workload_protection_service_plan",
123145
"options": [
124146
{
147+
"displayname": "Free Trial",
125148
"value": "free-trial"
126149
},
127150
{
151+
"displayname": "Graduated Tier",
128152
"value": "graduated-tier"
129153
}
130154
]

0 commit comments

Comments
 (0)