From c33f51f153b8071f09f8b1b1cecf5c43122d6558 Mon Sep 17 00:00:00 2001 From: Thibaut Di Prima Date: Fri, 20 Dec 2024 13:11:07 +0000 Subject: [PATCH] add region resource volume --- website/docs/r/cloud_project_region_volume.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/cloud_project_region_volume.markdown b/website/docs/r/cloud_project_region_volume.markdown index 60a68fe1..23bc1937 100644 --- a/website/docs/r/cloud_project_region_volume.markdown +++ b/website/docs/r/cloud_project_region_volume.markdown @@ -29,7 +29,7 @@ The following arguments are supported: * `region_name` - Required. A valid OVHcloud public cloud region name in which the volume will be available. Ex.: "GRA11". **Changing this value recreates the resource.** * `description` - A description of the volume * `name` - Name of the volume -* `size` - Size of the volume **Changing this value recreates the resource.** +* `size` - Size (GB) of the volume **Changing this value recreates the resource.** * `type` - Type of the volume **Changing this value recreates the resource.** ## Attributes Reference @@ -41,4 +41,4 @@ The following attributes are exported: * `description` - A description of the volume * `name` - Name of the volume * `size` - Size of the volume -* `id` - id of the volume \ No newline at end of file +* `id` - id of the volume