Skip to content

Commit 689eb76

Browse files
committed
add comment to schema
1 parent e22fca9 commit 689eb76

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

internal/services/file/filesystem.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ 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+
1725
func ResourceFileSystem() *schema.Resource {
1826
return &schema.Resource{
1927
CreateContext: ResourceFileSystemCreate,

0 commit comments

Comments
 (0)