Skip to content

Commit 779fdb9

Browse files
committed
Merge branch 'master' into feat/keymanager-algorithm-selection
2 parents 243eab5 + 2688da7 commit 779fdb9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/resources/file_filesystem.md

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

internal/services/keymanager/key_resource_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func TestAccKeyManagerKey_Basic(t *testing.T) {
4646
},
4747
})
4848
}
49+
4950
func TestAccKeyManagerKey_Update(t *testing.T) {
5051
tt := acctest.NewTestTools(t)
5152
defer tt.Cleanup()

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)