mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #38410 from justinsb/aws_region_ca_central
Automatic merge from submit-queue AWS: Recognize ca-central-1 region Recognize the newly announced ca-central-1 region
This commit is contained in:
commit
1bfd4f0a71
@ -44,6 +44,7 @@ var AWSRegions = [...]string{
|
||||
"ap-southeast-2",
|
||||
"ap-northeast-1",
|
||||
"ap-northeast-2",
|
||||
"ca-central-1",
|
||||
"cn-north-1",
|
||||
"us-gov-west-1",
|
||||
"sa-east-1",
|
||||
|
Loading…
Reference in New Issue
Block a user