Skip to content

Commit 3a4171d

Browse files
supersebDenise
authored andcommitted
Add Sao Paulo/Canada Central to EKS regions
1 parent da60bd9 commit 3a4171d

File tree

1 file changed

+1
-1
lines changed
  • lib/shared/addon/components/cluster-driver/driver-amazoneks

1 file changed

+1
-1
lines changed

lib/shared/addon/components/cluster-driver/driver-amazoneks/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
import { Promise, resolve } from 'rsvp';
99
import { equal } from '@ember/object/computed';
1010

11-
const REGIONS = ['us-east-2', 'us-east-1', 'us-west-2', 'ap-east-1', 'ap-south-1', 'ap-northeast-1', 'ap-northeast-2', 'ap-southeast-1', 'ap-southeast-2', 'me-south-1', 'eu-central-1', 'eu-west-1', 'eu-west-2', 'eu-west-3', 'eu-north-1'];
11+
const REGIONS = ['us-east-2', 'us-east-1', 'us-west-2', 'ap-east-1', 'ap-south-1', 'ap-northeast-1', 'ap-northeast-2', 'ap-southeast-1', 'ap-southeast-2', 'ca-central-1', 'eu-central-1', 'eu-west-1', 'eu-west-2', 'eu-west-3', 'eu-north-1', 'me-south-1', 'sa-east-1'];
1212
const RANCHER_GROUP = 'rancher-nodes';
1313
const VERSIONS = ['1.11', '1.10', '1.12', '1.13', '1.14'];
1414

0 commit comments

Comments
 (0)