Skip to content

Commit 95e8e8a

Browse files
committed
add to templates
1 parent 689eb76 commit 95e8e8a

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

internal/services/file/filesystem.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ import (
1414
"github.com/scaleway/terraform-provider-scaleway/v2/internal/types"
1515
)
1616

17-
// Resource: scaleway_file_filesystem
18-
//
19-
// -> **This product is currently in private beta. To request access, please contact your Technical Account Manager.**
20-
//
21-
// Creates and manages a Scaleway File Storage (NFS) filesystem in a specific region.
22-
// A filesystem is a scalable storage resource that can be mounted on Compute instances
23-
// and is typically used for shared, persistent storage.
24-
2517
func ResourceFileSystem() *schema.Resource {
2618
return &schema.Resource{
2719
CreateContext: ResourceFileSystemCreate,

templates/resources/file_filesystem.md.tmpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ page_title: "Scaleway: scaleway_file_filesystem"
55

66
# Resource: scaleway_file_filesystem
77

8-
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.
8+
-> **This product is currently in private beta. To request access, please contact your Technical Account Manager.**
9+
10+
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).
911

1012
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.
1113

0 commit comments

Comments
 (0)