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:
committed by
GitHub
parent
10a5b0e7d8
commit
9df637d1f3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user