diff --git a/website/source/docs/builders/amazon-ebs.html.md b/website/source/docs/builders/amazon-ebs.html.md index b6694cb48..cd53f9649 100644 --- a/website/source/docs/builders/amazon-ebs.html.md +++ b/website/source/docs/builders/amazon-ebs.html.md @@ -66,7 +66,7 @@ builder. - `ami_block_device_mappings` (array of block device mappings) - Add one or more [block device mappings](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html) to the AMI. These will be attached when booting a new instance from your - AMI. To add a block device during the packer build see + AMI. To add a block device during the Packer build see `launch_block_device_mappings` below. Your options here may vary depending on the type of VM you use. The block device mappings allow for the following configuration: @@ -179,8 +179,8 @@ builder. to launch the EC2 instance with. - `launch_block_device_mappings` (array of block device mappings) - Add one or - more block devices before the packer build starts. These are not necessarily - preserved when booting from the AMI built with packer. See + more block devices before the Packer build starts. These are not necessarily + preserved when booting from the AMI built with Packer. See `ami_block_device_mappings`, above, for details. - `run_tags` (object of key/value strings) - Tags to apply to the instance @@ -208,7 +208,7 @@ builder. `security_group_id`. - `shutdown_behavior` (string) - Automatically terminate instances on shutdown - incase packer exits ungracefully. Possible values are "stop" and "terminate", + in case Packer exits ungracefully. Possible values are "stop" and "terminate", default is `stop`. - `skip_region_validation` (boolean) - Set to true if you want to skip diff --git a/website/source/docs/builders/amazon-ebsvolume.html.md b/website/source/docs/builders/amazon-ebsvolume.html.md index d7b2b861f..ef68a0a52 100644 --- a/website/source/docs/builders/amazon-ebsvolume.html.md +++ b/website/source/docs/builders/amazon-ebsvolume.html.md @@ -121,7 +121,7 @@ builder. `security_group_id`. - `shutdown_behavior` (string) - Automatically terminate instances on shutdown - incase packer exits ungracefully. Possible values are `stop` and `terminate`. + in case Packer exits ungracefully. Possible values are `stop` and `terminate`. Defaults to `stop`. - `skip_region_validation` (boolean) - Set to `true` if you want to skip diff --git a/website/source/docs/builders/amazon-instance.html.md b/website/source/docs/builders/amazon-instance.html.md index 58d3e5f97..ffa9e6b4e 100644 --- a/website/source/docs/builders/amazon-instance.html.md +++ b/website/source/docs/builders/amazon-instance.html.md @@ -88,7 +88,7 @@ builder. - `ami_block_device_mappings` (array of block device mappings) - Add one or more [block device mappings](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html) to the AMI. These will be attached when booting a new instance from your - AMI. To add a block device during the packer build see + AMI. To add a block device during the Packer build see `launch_block_device_mappings` below. Your options here may vary depending on the type of VM you use. The block device mappings allow for the following configuration: @@ -195,8 +195,8 @@ builder. to launch the EC2 instance with. - `launch_block_device_mappings` (array of block device mappings) - Add one or - more block devices before the packer build starts. These are not necessarily - preserved when booting from the AMI built with packer. See + more block devices before the Packer build starts. These are not necessarily + preserved when booting from the AMI built with Packer. See `ami_block_device_mappings`, above, for details. - `run_tags` (object of key/value strings) - Tags to apply to the instance