hcloud_volume: clarify volume size units (#62771)

pull/58008/head
Olli Helenius 5 years ago committed by Sandra McCann
parent 7fa1e4f70f
commit 190b8fcd1c

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

Loading…
Cancel
Save