From 03f8680c3c734dd52efde3797c38f1a287f4b2c0 Mon Sep 17 00:00:00 2001 From: Kevin Hicks Date: Thu, 18 Oct 2018 16:53:57 -0500 Subject: [PATCH] Remove json specifier from doc code block --- website/source/docs/builders/amazon.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/builders/amazon.html.md b/website/source/docs/builders/amazon.html.md index b1119f607..5a438894d 100644 --- a/website/source/docs/builders/amazon.html.md +++ b/website/source/docs/builders/amazon.html.md @@ -180,7 +180,7 @@ for Packer to work: Note that if you'd like to create a spot instance, you must also add: -``` json +``` ec2:RequestSpotInstances, ec2:CancelSpotInstanceRequests, ec2:DescribeSpotInstanceRequests @@ -188,7 +188,7 @@ ec2:DescribeSpotInstanceRequests If you have the `spot_price` parameter set to `auto`, you must also add: -``` json +``` ec2:DescribeSpotPriceHistory ``` @@ -247,4 +247,4 @@ Excepting tasks that we know can take an extremely long time, this defaults to 40tries. `AWS_POLL_DELAY_SECONDS` - How many seconds to wait in between status update -requests. Generally defaults to 2 or 5 seconds, depending on the task. \ No newline at end of file +requests. Generally defaults to 2 or 5 seconds, depending on the task.