hcloud_volume: clarify volume size units (#62771)

This commit is contained in:
Olli Helenius 2019-09-24 17:52:14 +03:00 committed by Sandra McCann
parent 7fa1e4f70f
commit 190b8fcd1c

View file

@ -41,7 +41,7 @@ options:
type: str type: str
size: size:
description: description:
- The size of the Block Volume. - The size of the Block Volume in GB.
- Required if volume does not yet exists. - Required if volume does not yet exists.
type: int type: int
automount: automount:
@ -126,7 +126,7 @@ hcloud_volume:
returned: Always returned: Always
sample: my-volume sample: my-volume
size: size:
description: Size in MB of the volume description: Size in GB of the volume
type: int type: int
returned: Always returned: Always
sample: 1337 sample: 1337