From d0a5d07ee1bb6d332041d65e2bacb21ffa59cded Mon Sep 17 00:00:00 2001 From: Mark Meyer Date: Wed, 24 Oct 2018 11:06:46 +0200 Subject: [PATCH] Change wording of build template variables This changes the wording of the build templates variables section in the AWS builders. Refer to #6791 --- website/source/docs/builders/amazon-chroot.html.md | 3 ++- website/source/docs/builders/amazon-ebs.html.md | 3 ++- website/source/docs/builders/amazon-ebssurrogate.html.md | 3 ++- website/source/docs/builders/amazon-ebsvolume.html.md | 3 ++- website/source/docs/builders/amazon-instance.html.md | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index ee07a80b8..c4a08af38 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -515,7 +515,8 @@ provisioning commands to install the os and bootloader. ## Build template data -The available variables are: +In configuration directives marked as a template engine above, the +following variables are available: - `BuildRegion` - The region (for example `eu-central-1`) where Packer is building the AMI. - `SourceAMI` - The source AMI ID (for example `ami-a2412fcd`) used to build the AMI. diff --git a/website/source/docs/builders/amazon-ebs.html.md b/website/source/docs/builders/amazon-ebs.html.md index 4b5cf2bc7..7ade33ba4 100644 --- a/website/source/docs/builders/amazon-ebs.html.md +++ b/website/source/docs/builders/amazon-ebs.html.md @@ -591,7 +591,8 @@ configuration of `launch_block_device_mappings` will expand the root volume ## Build template data -The available variables are: +In configuration directives marked as a template engine above, the +following variables are available: - `BuildRegion` - The region (for example `eu-central-1`) where Packer is building the AMI. - `SourceAMI` - The source AMI ID (for example `ami-a2412fcd`) used to build the AMI. diff --git a/website/source/docs/builders/amazon-ebssurrogate.html.md b/website/source/docs/builders/amazon-ebssurrogate.html.md index a48200bd9..0212a8ed2 100644 --- a/website/source/docs/builders/amazon-ebssurrogate.html.md +++ b/website/source/docs/builders/amazon-ebssurrogate.html.md @@ -559,7 +559,8 @@ You can use this information to access the instance as it is running. ## Build template data -The available variables are: +In configuration directives marked as a template engine above, the +following variables are available: - `BuildRegion` - The region (for example `eu-central-1`) where Packer is building the AMI. - `SourceAMI` - The source AMI ID (for example `ami-a2412fcd`) used to build the AMI. diff --git a/website/source/docs/builders/amazon-ebsvolume.html.md b/website/source/docs/builders/amazon-ebsvolume.html.md index 6c1ede3ca..c5f0700c6 100644 --- a/website/source/docs/builders/amazon-ebsvolume.html.md +++ b/website/source/docs/builders/amazon-ebsvolume.html.md @@ -486,7 +486,8 @@ You can use this information to access the instance as it is running. ## Build template data -The available variables are: +In configuration directives marked as a template engine above, the +following variables are available: - `BuildRegion` - The region (for example `eu-central-1`) where Packer is building the AMI. - `SourceAMI` - The source AMI ID (for example `ami-a2412fcd`) used to build the AMI. diff --git a/website/source/docs/builders/amazon-instance.html.md b/website/source/docs/builders/amazon-instance.html.md index 2fe2ea1f8..cdd8cd4e0 100644 --- a/website/source/docs/builders/amazon-instance.html.md +++ b/website/source/docs/builders/amazon-instance.html.md @@ -548,7 +548,8 @@ You can use this information to access the instance as it is running. ## Build template data -The available variables are: +In configuration directives marked as a template engine above, the +following variables are available: - `BuildRegion` - The region (for example `eu-central-1`) where Packer is building the AMI. - `SourceAMI` - The source AMI ID (for example `ami-a2412fcd`) used to build the AMI.