From d57b599f3c83721750bc78ca58f862ffb840bf0a Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Tue, 14 Aug 2018 12:33:09 -0700 Subject: [PATCH] update docs --- website/source/docs/builders/amazon-chroot.html.md | 2 +- website/source/docs/builders/amazon-ebs.html.md | 2 +- website/source/docs/builders/amazon-ebssurrogate.html.md | 2 +- website/source/docs/builders/amazon-ebsvolume.html.md | 2 +- website/source/docs/builders/amazon-instance.html.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index 116fd9ae5..82d88a053 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -300,7 +300,7 @@ each category, the available configuration keys are alphabetized. is valid. - `owners` (array of strings) - This scopes the AMIs to certain Amazon account IDs. - This is helpful to limit the AMIs to a trusted third party, or to your own account. + This is a required option, necessary to limit the AMIs your account or a trusted third party. - `most_recent` (boolean) - Selects the newest created image when true. This is most useful for selecting a daily distro build. diff --git a/website/source/docs/builders/amazon-ebs.html.md b/website/source/docs/builders/amazon-ebs.html.md index 944691794..f238d5190 100644 --- a/website/source/docs/builders/amazon-ebs.html.md +++ b/website/source/docs/builders/amazon-ebs.html.md @@ -319,7 +319,7 @@ builder. is valid. - `owners` (array of strings) - This scopes the AMIs to certain Amazon account IDs. - This is helpful to limit the AMIs to a trusted third party, or to your own account. + This is a required option, necessary to limit the AMIs your account or a trusted third party. - `most_recent` (boolean) - Selects the newest created image when true. This is most useful for selecting a daily distro build. diff --git a/website/source/docs/builders/amazon-ebssurrogate.html.md b/website/source/docs/builders/amazon-ebssurrogate.html.md index 881cce45e..d2672be0d 100644 --- a/website/source/docs/builders/amazon-ebssurrogate.html.md +++ b/website/source/docs/builders/amazon-ebssurrogate.html.md @@ -312,7 +312,7 @@ builder. is valid. - `owners` (array of strings) - This scopes the AMIs to certain Amazon account IDs. - This is helpful to limit the AMIs to a trusted third party, or to your own account. + This is a required option, necessary to limit the AMIs your account or a trusted third party. - `most_recent` (boolean) - Selects the newest created image when true. This is most useful for selecting a daily distro build. diff --git a/website/source/docs/builders/amazon-ebsvolume.html.md b/website/source/docs/builders/amazon-ebsvolume.html.md index a3ff74785..26306a1ef 100644 --- a/website/source/docs/builders/amazon-ebsvolume.html.md +++ b/website/source/docs/builders/amazon-ebsvolume.html.md @@ -240,7 +240,7 @@ builder. is valid. - `owners` (array of strings) - This scopes the AMIs to certain Amazon account IDs. - This is helpful to limit the AMIs to a trusted third party, or to your own account. + This is a required option, necessary to limit the AMIs your account or a trusted third party. - `most_recent` (boolean) - Selects the newest created image when true. This is most useful for selecting a daily distro build. diff --git a/website/source/docs/builders/amazon-instance.html.md b/website/source/docs/builders/amazon-instance.html.md index 00700dfb5..fa0a8d3e0 100644 --- a/website/source/docs/builders/amazon-instance.html.md +++ b/website/source/docs/builders/amazon-instance.html.md @@ -312,7 +312,7 @@ builder. is valid. - `owners` (array of strings) - This scopes the AMIs to certain Amazon account IDs. - This is helpful to limit the AMIs to a trusted third party, or to your own account. + This is a required option, necessary to limit the AMIs your account or a trusted third party. - `most_recent` (boolean) - Selects the newest created image when true. This is most useful for selecting a daily distro build.