Skip to content

Commit 0148007

Browse files
committedDec 20, 2017
create-amis.sh: Ass eu-west-3
1 parent 758b4c1 commit 0148007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nixos/maintainers/scripts/ec2/create-amis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rm -f ec2-amis.nix
1818

1919
types="hvm"
2020
stores="ebs"
21-
regions="eu-west-1 eu-west-2 eu-central-1 us-east-1 us-east-2 us-west-1 us-west-2 ca-central-1 ap-southeast-1 ap-southeast-2 ap-northeast-1 ap-northeast-2 sa-east-1 ap-south-1"
21+
regions="eu-west-1 eu-west-2 eu-west-3 eu-central-1 us-east-1 us-east-2 us-west-1 us-west-2 ca-central-1 ap-southeast-1 ap-southeast-2 ap-northeast-1 ap-northeast-2 sa-east-1 ap-south-1"
2222

2323
for type in $types; do
2424
link=$stateDir/$type

0 commit comments

Comments
 (0)
Please sign in to comment.