Skip to content

Commit 2ab9492

Browse files
committed
use a region variable to ensure consistent deployment
1 parent 677bcee commit 2ab9492

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2025-05-09T13:17:52Z",
6+
"generated_at": "2025-09-04T15:22:33Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -120,7 +120,7 @@
120120
"hashed_secret": "83b1c425484475e97934007eccb2277e9bdbd203",
121121
"is_secret": false,
122122
"is_verified": false,
123-
"line_number": 154,
123+
"line_number": 159,
124124
"type": "Secret Keyword",
125125
"verified_result": null
126126
}

ibm_catalog.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
"required": true,
4545
"type": "password"
4646
},
47+
{
48+
"key": "region",
49+
"required": true,
50+
"type": "string"
51+
},
4752
{
4853
"key": "prefix",
4954
"required": true,

0 commit comments

Comments
 (0)