From 3ef15260a94639e087578311a32e1d78370b1b44 Mon Sep 17 00:00:00 2001 From: Sargun Dhillon Date: Tue, 4 Sep 2018 17:01:54 -0700 Subject: [PATCH] Add documentation for root_volume_type --- website/source/docs/builders/amazon-chroot.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index 82d88a053..42acdcfda 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -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_type` (string) - The type of EBS volume for the chroot environment + and resulting AMI. The default value is the type of the `source_ami`, unless + `from_scratch` is true, in which case the default value is `gp2`. You can only + specify `io1` if building based on top of a `source_ami` which is also `io1`. + - `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),