Skip to content

Commit a66bdbd

Browse files
committed
update documentation
1 parent 9d57637 commit a66bdbd

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/data-sources/baremetal_easy_partitioning.md renamed to docs/data-sources/baremetal_partition_schema.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
---
22
subcategory: "Elastic Metal"
3-
page_title: "Scaleway: scaleway_baremetal_easy_partitioning"
3+
page_title: "Scaleway: scaleway_baremetal_partition_schema"
44
---
55

6-
# scaleway_baremetal_easy_partitioning
6+
# scaleway_baremetal_partition_schema
77

8-
The scaleway_easy_partitioning data source allows you to retrieve a ready-to-use partitioning schema for a BareMetal server. This schema can be used for custom installations with optional swap and extra partitions.
8+
The scaleway_baremetal_partition_schema data source allows you to retrieve a ready-to-use partitioning schema for a BareMetal server. This schema can be used for custom installations with optional swap and extra partitions.
99

1010
This data source simplifies the process of generating valid partitioning configurations, especially useful when dealing with OS and offer compatibility requirements.
1111

12+
## Partitioning Details
13+
14+
The partitioning schema generated by the `scaleway_baremetal_partition_schema` data source includes a root (`/`) partition that is **20GB** in size by default.
15+
16+
If additional storage is required, you can enable the `extra_partition` option to mount extra space on a custom path (e.g., `/data`).
17+
18+
1219
## Example Usage
1320

1421
```hcl
15-
data "scaleway_easy_partitioning" "default" {
22+
data "scaleway_baremetal_partition_schema" "default" {
1623
offer_id = "11111111-1111-1111-1111-111111111111"
1724
os_id = "22222222-2222-2222-2222-222222222222"
1825
swap = true

0 commit comments

Comments
 (0)