Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9d2261d

Browse files
authoredMar 14, 2023
Merge pull request #393 from ovh/377-ovh_me_installation_template_partition_scheme_partition-no-raid-softraid-support
Add enum description for attributes in ovh_me_installation_template_partition_scheme_partition
2 parents 82b6cf1 + a64cd97 commit 9d2261d

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed
 

Diff for: ‎website/docs/r/me_installation_template_partition_scheme_partition.html.markdown

+20-3
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,31 @@ resource "ovh_me_installation_template_partition_scheme_partition" "root" {
3838

3939
## Argument Reference
4040

41-
* `filesystem`: Partition filesystem.
41+
* `filesystem`: Partition filesystem. Enum with possibles values:
42+
- btrfs
43+
- ext3
44+
- ext4
45+
- ntfs
46+
- reiserfs
47+
- swap
48+
- ufs
49+
- xfs
50+
- zfs
4251
* `mountpoint`: (Required) partition mount point.
4352
* `order`: step or order. specifies the creation order of the partition on the disk
44-
* `raid`: raid partition type.
53+
* `raid`: raid partition type. Enum with possible values:
54+
- raid0
55+
- raid1
56+
- raid10
57+
- raid5
58+
- raid6
4559
* `scheme_name`: (Required) The partition scheme name.
4660
* `size`: size of partition in MB, 0 => rest of the space.
4761
* `template_name`: (Required) The template name of the partition scheme.
48-
* `type`: partition type.
62+
* `type`: partition type. Enum with possible values:
63+
- lv
64+
- primary
65+
- logical
4966
* `volume_name`: The volume name needed for proxmox distribution
5067

5168

0 commit comments

Comments
 (0)
Please sign in to comment.