Merge pull request #325 from thepwagner/update-ec2-regions

ec2: sync regions in schema
This commit is contained in:
Anders Ingemann 2016-06-04 09:36:38 +02:00
commit cec7423aa8
2 changed files with 3 additions and 1 deletions

View file

@ -12,7 +12,7 @@ Note that this necessarily violates the `first development guideline`_.
Settings
~~~~~~~~
The ``file_copy`` plugin takes a (non-empty) ``files`` list, and optionnaly a ``mkdirs`` list.
The ``file_copy`` plugin takes a (non-empty) ``files`` list, and optionally a ``mkdirs`` list.
Files (items in the ``files`` list) must be objects with the following properties:

View file

@ -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