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>
pull/10730/head
Forrest C. Shields II 5 years ago committed by GitHub
parent 10a5b0e7d8
commit 9df637d1f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

Loading…
Cancel
Save