From 4ec9200b178ee95f9152c7078050f4eceb4d8923 Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Thu, 2 Jun 2016 11:14:57 -0700 Subject: [PATCH] Update regions in schema --- bootstrapvz/providers/ec2/manifest-schema-s3.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrapvz/providers/ec2/manifest-schema-s3.yml b/bootstrapvz/providers/ec2/manifest-schema-s3.yml index 3d12c53..a9c7f63 100644 --- a/bootstrapvz/providers/ec2/manifest-schema-s3.yml +++ b/bootstrapvz/providers/ec2/manifest-schema-s3.yml @@ -23,8 +23,10 @@ definitions: aws-region: enum: - ap-northeast-1 + - ap-northeast-2 - ap-southeast-1 - ap-southeast-2 + - eu-central-1 - eu-west-1 - sa-east-1 - us-east-1