mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Merge pull request #325 from thepwagner/update-ec2-regions
ec2: sync regions in schema
This commit is contained in:
commit
cec7423aa8
2 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue