We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fb210 commit 670bc48Copy full SHA for 670bc48
www/src/components/shell/onboarding/cloud/aws.js
@@ -5,10 +5,28 @@ import { FormField, Input } from 'pluralsh-design-system'
5
import { stringExists } from '../../validation'
6
7
const REGIONS = [
8
+ 'af-south-1',
9
+ 'eu-north-1',
10
+ 'ap-south-1',
11
+ 'eu-west-3',
12
+ 'eu-west-2',
13
+ 'eu-south-1',
14
+ 'eu-west-1',
15
+ 'ap-northeast-3',
16
+ 'ap-northeast-2',
17
+ 'me-south-1',
18
+ 'ap-northeast-1',
19
+ 'sa-east-1',
20
+ 'ca-central-1',
21
+ 'ap-east-1',
22
+ 'ap-southeast-1',
23
+ 'ap-southeast-2',
24
+ 'eu-central-1',
25
+ 'ap-southeast-3',
26
'us-east-1',
27
'us-east-2',
28
+ 'us-west-1',
29
'us-west-2',
- 'eu-west-1',
30
]
31
32
export const AWS_VALIDATIONS = [
0 commit comments