Skip to content

Commit f7917a6

Browse files
committed
docs(file_filesystem): restore private beta note
1 parent 4dac100 commit f7917a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

internal/services/file/filesystem.go

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

17+
// ResourceFileSystem 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.
1724
func ResourceFileSystem() *schema.Resource {
1825
return &schema.Resource{
1926
CreateContext: ResourceFileSystemCreate,

0 commit comments

Comments
 (0)