Fix syntax in BlockDevice JSON example (#10719)

* Fix syntax in BlockDevice JSON example

Keys must be quoted in JSON.

* Update comment to match generated docs

Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
Forrest C. Shields II
2021-03-04 08:33:42 -07:00
committed by GitHub
parent 10a5b0e7d8
commit 9df637d1f3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ const (
//
// JSON example:
// ```json
// launch_block_device_mappings: [
// "launch_block_device_mappings": [
// {
// "device_name": "/dev/sda1",
// "encrypted": true,
@@ -20,7 +20,7 @@ launch_block_device_mappings {
JSON example:
```json
launch_block_device_mappings: [
"launch_block_device_mappings": [
{
"device_name": "/dev/sda1",
"encrypted": true,