From dca38b379afac888dc373c6edc9346e8baad22d9 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 12 Jun 2017 17:16:27 -0700 Subject: [PATCH] missed one page to add mfa_code to --- website/source/docs/builders/amazon-chroot.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index ae660c78f..1c4863292 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -205,6 +205,9 @@ each category, the available configuration keys are alphabetized. - `root_device_name` (string) - The root device name. For example, `xvda`. +- `mfa_code` (string) - The MFA [TOTP](https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm) + code. This should probably be a user variable since it changes all the time. + - `mount_path` (string) - The path where the volume will be mounted. This is where the chroot environment will be. This defaults to `/mnt/packer-amazon-chroot-volumes/{{.Device}}`. This is a configuration template