From f6ffeda00dd4205a9e7890902147073638c22b2c Mon Sep 17 00:00:00 2001 From: ctx Date: Fri, 8 Nov 2024 11:32:47 +0100 Subject: [PATCH] Add info about volume_size_gb limitations (#104) --- plugins/modules/server.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/modules/server.py b/plugins/modules/server.py index d912750c..0fa9d14e 100644 --- a/plugins/modules/server.py +++ b/plugins/modules/server.py @@ -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: