From 56d38b8237af461d171f6abb38c0480a37d0f1c9 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Tue, 18 Apr 2017 11:31:11 -0700 Subject: [PATCH] website: fix list formatting --- .../source/docs/builders/amazon-ebs.html.md | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/website/source/docs/builders/amazon-ebs.html.md b/website/source/docs/builders/amazon-ebs.html.md index df96dccf6..b130a2218 100644 --- a/website/source/docs/builders/amazon-ebs.html.md +++ b/website/source/docs/builders/amazon-ebs.html.md @@ -234,9 +234,9 @@ builder. `BuildRegion` variable is replaced with the value of `region`. - `source_ami_filter` (object) - Filters used to populate the `source_ami` field. - Example: + Example: - ```javascript + ```json { "source_ami_filter": { "filters": { @@ -250,20 +250,20 @@ builder. } ``` - This selects the most recent Ubuntu 16.04 HVM EBS AMI from Canonical. - NOTE: This will fail unless *exactly* one AMI is returned. In the above - example, `most_recent` will cause this to succeed by selecting the newest image. + This selects the most recent Ubuntu 16.04 HVM EBS AMI from Canonical. + NOTE: This will fail unless *exactly* one AMI is returned. In the above + example, `most_recent` will cause this to succeed by selecting the newest image. - - `filters` (map of strings) - filters used to select a `source_ami`. - NOTE: This will fail unless *exactly* one AMI is returned. - Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html) - is valid. + - `filters` (map of strings) - filters used to select a `source_ami`. + NOTE: This will fail unless *exactly* one AMI is returned. + Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html) + 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. + - `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. - - `most_recent` (bool) - Selects the newest created image when true. - This is most useful for selecting a daily distro build. + - `most_recent` (bool) - Selects the newest created image when true. + This is most useful for selecting a daily distro build. - `spot_price` (string) - The maximum hourly price to pay for a spot instance to create the AMI. Spot instances are a type of instance that EC2 starts