Skip to content

Commit

Permalink
Add info about volume_size_gb limitations (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctx authored Nov 8, 2024
1 parent db34a2e commit f6ffeda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/modules/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
type: str
volume_size_gb:
description:
- Size of the root volume in GB.
- Initial size of the root volume in GB.
- This parameter has no effect on existing servers.
- Use the volume module to change the size of the root volume.
default: 10
type: int
bulk_volume_size_gb:
Expand Down

0 comments on commit f6ffeda

Please sign in to comment.