Tiny Typo Fix (#24828)
This commit is contained in:
parent
d4857ed6c4
commit
29fb573fd6
1 changed files with 2 additions and 2 deletions
|
@ -263,12 +263,12 @@ platform:
|
||||||
type: string
|
type: string
|
||||||
sample: null
|
sample: null
|
||||||
root_device_name:
|
root_device_name:
|
||||||
description: rood device name of image
|
description: root device name of image
|
||||||
returned: when AMI found
|
returned: when AMI found
|
||||||
type: string
|
type: string
|
||||||
sample: "/dev/xvda"
|
sample: "/dev/xvda"
|
||||||
root_device_type:
|
root_device_type:
|
||||||
description: rood device type of image
|
description: root device type of image
|
||||||
returned: when AMI found
|
returned: when AMI found
|
||||||
type: string
|
type: string
|
||||||
sample: "ebs"
|
sample: "ebs"
|
||||||
|
|
Loading…
Reference in a new issue