Remove json specifier from doc code block
This commit is contained in:
parent
57f87f58b9
commit
03f8680c3c
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue