Skip to content

Commit

Permalink
Merge pull request #792 from Tiboau/resource_volume
Browse files Browse the repository at this point in the history
Update documentation resource volume
  • Loading branch information
amstuta authored Dec 20, 2024
2 parents 11c5dfd + c33f51f commit 674d5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/cloud_project_region_volume.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
* `id` - id of the volume

0 comments on commit 674d5f4

Please sign in to comment.