mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
Merge pull request #344 from crawford/ami
ami: add eu-central-1 to list of AWS regions
This commit is contained in:
commit
cebf3c0b3c
@ -17,6 +17,7 @@ AKI["us-east-1"]=aki-b4aa75dd
|
||||
AKI["us-west-1"]=aki-eb7e26ae
|
||||
AKI["us-west-2"]=aki-f837bac8
|
||||
AKI["eu-west-1"]=aki-8b655dff
|
||||
AKI["eu-central-1"]=aki-184c7a05
|
||||
AKI["ap-southeast-1"]=aki-fa1354a8
|
||||
AKI["ap-southeast-2"]=aki-3d990e07
|
||||
AKI["ap-northeast-1"]=aki-40992841
|
||||
|
||||
@ -17,6 +17,7 @@ AKI["us-east-1"]=aki-b4aa75dd
|
||||
AKI["us-west-1"]=aki-eb7e26ae
|
||||
AKI["us-west-2"]=aki-f837bac8
|
||||
AKI["eu-west-1"]=aki-8b655dff
|
||||
AKI["eu-central-1"]=aki-184c7a05
|
||||
AKI["ap-southeast-1"]=aki-fa1354a8
|
||||
AKI["ap-southeast-2"]=aki-3d990e07
|
||||
AKI["ap-northeast-1"]=aki-40992841
|
||||
|
||||
@ -8,6 +8,7 @@ REGIONS=(
|
||||
us-west-1
|
||||
us-west-2
|
||||
eu-west-1
|
||||
eu-central-1
|
||||
ap-southeast-1
|
||||
ap-southeast-2
|
||||
ap-northeast-1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user