Added Docs

This commit is contained in:
Anshul Sharma 2018-07-20 09:04:49 +03:00
parent 885ecb0790
commit 431cbb2ad5
No known key found for this signature in database
GPG Key ID: 184D0287671243D1
1 changed files with 5 additions and 0 deletions

View File

@ -254,6 +254,11 @@ each category, the available configuration keys are alphabetized.
of the `source_ami` unless `from_scratch` is `true`, in which case
this field must be defined.
- `root_volume_tags` (object of key/value strings) - Tags to apply to the volumes
that are *launched*. This is a
[template engine](/docs/templates/engine.html),
see [Build template data](#build-template-data) for more information.
- `skip_region_validation` (boolean) - Set to true if you want to skip
validation of the `ami_regions` configuration option. Default `false`.