We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22fca9 commit 689eb76Copy full SHA for 689eb76
internal/services/file/filesystem.go
@@ -14,6 +14,14 @@ import (
14
"github.com/scaleway/terraform-provider-scaleway/v2/internal/types"
15
)
16
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
+
25
func ResourceFileSystem() *schema.Resource {
26
return &schema.Resource{
27
CreateContext: ResourceFileSystemCreate,
0 commit comments