Skip to content

Commit f11430c

Browse files
committed
update documentation
1 parent 9700c7e commit f11430c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ page_title: "Scaleway: scaleway_baremetal_easy_partitioning"
55

66
# scaleway_baremetal_easy_partitioning
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

1212
## Example Usage
1313

1414
```hcl
15-
data "scaleway_easy_partitioning" "default" {
15+
data "scaleway_baremetal_partition_schema" "default" {
1616
offer_id = "11111111-1111-1111-1111-111111111111"
1717
os_id = "22222222-2222-2222-2222-222222222222"
1818
swap = true

0 commit comments

Comments
 (0)