Skip to content

Commit fc499b5

Browse files
authored
fix: projects ui field names (#131)
1 parent 7a650a9 commit fc499b5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

ibm_catalog.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
"key": "region",
9595
"type": "string",
9696
"default_value": "us-south",
97-
"description": "The region in which all resources are deployed except for SCC and Event Notifications. Those resources should be individually set and by default are set to `us-south`.",
98-
"display_name": "Region",
97+
"description": "The region in which all resources are deployed except for Event Notifications. Those resources should be individually set and by default are set to `us-south`.",
98+
"display_name": "region",
9999
"required": true,
100100
"custom_config": {
101101
"type": "region",
@@ -225,7 +225,7 @@
225225
"type": "string",
226226
"default_value": "us-south",
227227
"description": "The region in which the Events Notification instance is created.",
228-
"display_name": "Region",
228+
"display_name": "en_region",
229229
"required": true,
230230
"custom_config": {
231231
"type": "region",
@@ -550,8 +550,8 @@
550550
"key": "region",
551551
"type": "string",
552552
"default_value": "us-south",
553-
"description": "The region in which all resources are deployed except for SCC and Event Notifications. Those resources should be individually set and by default are set to `us-south`.",
554-
"display_name": "Region",
553+
"description": "The region in which all resources are deployed except Event Notifications. Those resources should be individually set and by default are set to `us-south`.",
554+
"display_name": "region",
555555
"required": true,
556556
"custom_config": {
557557
"type": "region",
@@ -716,7 +716,7 @@
716716
"type": "string",
717717
"default_value": "us-south",
718718
"description": "The region in which the Events Notification instance is created.",
719-
"display_name": "Region",
719+
"display_name": "en_region",
720720
"required": true,
721721
"custom_config": {
722722
"type": "region",

kubernetes/stack_definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
},
589589
{
590590
"name": "6 - DevSecOps Toolchains",
591-
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.d7b03fd0-deaa-4491-80b8-8430ca2bac75-global",
591+
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.43ae08bc-e7b7-48d2-a768-b33708a9df02-global",
592592
"inputs": [
593593
{
594594
"name": "ibmcloud_api_key",

stack_definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@
549549
},
550550
{
551551
"name": "6 - DevSecOps Toolchains",
552-
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.d47a78c4-f529-46e0-a828-25ecdd9cf48a-global",
552+
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.9b435db4-ec9c-4d54-baab-210b9627b96c-global",
553553
"inputs": [
554554
{
555555
"name": "ibmcloud_api_key",

0 commit comments

Comments
 (0)