Merge pull request #6879 from rotorcowboy/master

Remove json specifier from doc code block
This commit is contained in:
Megan Marsh
2018-10-18 15:28:11 -07:00
committed by GitHub
+3 -3
View File
@@ -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.
requests. Generally defaults to 2 or 5 seconds, depending on the task.