Skip to content

Commit faaa79d

Browse files
chriscerienjvrzm
andauthored
Cloudwatch: add missing AWS regions (#347)
* Cloudwatch: add missing AWS regions * Fix spellcheck --------- Co-authored-by: Nathan Verzemnieks <[email protected]>
1 parent d89703a commit faaa79d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

cspell.config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"words": [
44
"SIGV",
55
"isob",
6+
"isoe",
7+
"isof",
68
"Creds",
79
"CREDS",
810
"opensearch",

src/regions.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ export const standardRegions: string[] = [
1212
'ap-southeast-3',
1313
'ap-southeast-4',
1414
'ap-southeast-5',
15+
'ap-southeast-6',
1516
'ap-southeast-7',
1617
'ca-central-1',
1718
'ca-west-1',
1819
'cn-north-1',
1920
'cn-northwest-1',
2021
'eu-central-1',
2122
'eu-central-2',
23+
'eu-isoe-west-1',
2224
'eu-north-1',
2325
'eu-south-1',
2426
'eu-south-2',
@@ -35,7 +37,11 @@ export const standardRegions: string[] = [
3537
'us-gov-east-1',
3638
'us-gov-west-1',
3739
'us-iso-east-1',
40+
'us-iso-west-1',
3841
'us-isob-east-1',
42+
'us-isob-west-1',
43+
'us-isof-east-1',
44+
'us-northeast-1',
3945
'us-west-1',
4046
'us-west-2',
4147
];

0 commit comments

Comments
 (0)