Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/resources/file_filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ page_title: "Scaleway: scaleway_file_filesystem"

# Resource: scaleway_file_filesystem

Creates and manages a Scaleway File Storage (NFS) filesystem in a specific region. A filesystem is a scalable storage resource that can be mounted on Compute instances and is typically used for shared, persistent storage.
-> **This product is currently in private beta. To request access, please contact your Technical Account Manager.**

Creates and manages a Scaleway File Storage filesystem in a specific region. A filesystem is a scalable storage resource that can be mounted on Compute instances and is typically used for share persistent storage between multiple instances (RWX).

This resource allows you to define and manage the size, tags, and region of a filesystem, and track its creation and update timestamps, current status, and number of active attachments.

Expand Down
4 changes: 3 additions & 1 deletion templates/resources/file_filesystem.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ page_title: "Scaleway: scaleway_file_filesystem"

# Resource: scaleway_file_filesystem

Creates and manages a Scaleway File Storage (NFS) filesystem in a specific region. A filesystem is a scalable storage resource that can be mounted on Compute instances and is typically used for shared, persistent storage.
-> **This product is currently in private beta. To request access, please contact your Technical Account Manager.**

Creates and manages a Scaleway File Storage filesystem in a specific region. A filesystem is a scalable storage resource that can be mounted on Compute instances and is typically used for share persistent storage between multiple instances (RWX).

This resource allows you to define and manage the size, tags, and region of a filesystem, and track its creation and update timestamps, current status, and number of active attachments.

Expand Down
Loading