Skip to content

Commit 67a19c4

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

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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: 4 additions & 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()
@@ -95,6 +96,7 @@ func TestAccKeyManagerKey_Update(t *testing.T) {
9596
},
9697
})
9798
}
99+
98100
func IsKeyManagerKeyDestroyed(tt *acctest.TestTools) resource.TestCheckFunc {
99101
return func(state *terraform.State) error {
100102
for _, rs := range state.RootModule().Resources {
@@ -164,6 +166,7 @@ func TestAccKeyManagerKey_WithRotationPolicy(t *testing.T) {
164166
},
165167
})
166168
}
169+
167170
func TestAccKeyManagerKey_WithCustomAlgorithm(t *testing.T) {
168171
tt := acctest.NewTestTools(t)
169172
defer tt.Cleanup()
@@ -194,6 +197,7 @@ func TestAccKeyManagerKey_WithCustomAlgorithm(t *testing.T) {
194197
},
195198
})
196199
}
200+
197201
func TestAccKeyManagerKey_DefaultAlgorithm(t *testing.T) {
198202
tt := acctest.NewTestTools(t)
199203
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)