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
commit f752fef8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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: Note that if you'd like to create a spot instance, you must also add:
``` json ```
ec2:RequestSpotInstances, ec2:RequestSpotInstances,
ec2:CancelSpotInstanceRequests, ec2:CancelSpotInstanceRequests,
ec2:DescribeSpotInstanceRequests ec2:DescribeSpotInstanceRequests
@ -188,7 +188,7 @@ ec2:DescribeSpotInstanceRequests
If you have the `spot_price` parameter set to `auto`, you must also add: If you have the `spot_price` parameter set to `auto`, you must also add:
``` json ```
ec2:DescribeSpotPriceHistory ec2:DescribeSpotPriceHistory
``` ```