Skip to content

Commit 48f0f22

Browse files
committed
doc: create and update documentation
1 parent bd6cca0 commit 48f0f22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/resources/file_filesystem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ resource scaleway_file_filesystem file {
2424

2525
- `name` - (Optional) The name of the filesystem. If not provided, a random name will be generated.
2626
- `size` - (Required) The size of the filesystem in bytes, with a granularity of 100 GB (10¹¹ bytes).
27-
- Minimum: 100 GB (100000000000 bytes)
28-
- Maximum: 10 TB (10000000000000 bytes)
27+
- Minimum: 100 GB (100000000000 bytes)
28+
- Maximum: 10 TB (10000000000000 bytes)
2929
- `tags` - (Optional) A list of tags associated with the filesystem.
3030
- `region` - (Defaults to [provider](../index.md#region) `region`) The region where the filesystem will be created (e.g., fr-par, nl-ams).
3131
- `project_id` - (Defaults to [provider](../index.md#project_id) `project_id`) The ID of the project the server is
3232
associated with.
3333
- `organization_id` - (Defaults to [provider](../index.md#organization_id) `organization_id`) The ID of the organization the user is associated with.
3434

35-
## Attribut Reference
35+
## Attributes Reference
3636

3737
The following arguments are supported:
3838

0 commit comments

Comments
 (0)