Skip to content

Commit

Permalink
doc: Fix typo on block_storage resource
Browse files Browse the repository at this point in the history
  • Loading branch information
youngmn committed Jan 9, 2025
1 parent 44bbb87 commit 46e91a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/block_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The following arguments are supported:

* `zone` - (Optional, Required if to select KVM type) The availability zone in which the block storage instance will be created. It must be the same zone code as the server..
* `snapshot_no` - (Optional) Create the block storage from the snapshots you take.
* `hypervisor_type` - (Optional) Hypervisor type. Requied with `volume_type`. (`XEN` or `KVM`)
* `hypervisor_type` - (Optional) Hypervisor type. Required with `volume_type`. (`XEN` or `KVM`)
* `volume_type` - (Optional) Decides the volume type of the block storage to be created. Required for KVM block storage. Conflicts with `disk_detail_type`. Required with `hypervisor_type`. Options : `XEN` type(` SSD` | `HDD`), `KVM`type(`FB1` | `CB1`)
* `return_protection` - (Optional) Enable return protection. Default: `false`. Options: `true`| `false`

Expand Down

0 comments on commit 46e91a6

Please sign in to comment.