Skip to content

Commit 878d067

Browse files
authored
Merge branch 'master' into fix/mongodb-snapshot-expiration-dates
2 parents d7e3e86 + 2688da7 commit 878d067

File tree

15 files changed

+12
-8
lines changed

15 files changed

+12
-8
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/acctest/acctest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111
"github.com/hashicorp/terraform-plugin-mux/tf6muxserver"
1212
"github.com/scaleway/terraform-provider-scaleway/v2/internal/env"
1313
"github.com/scaleway/terraform-provider-scaleway/v2/internal/meta"
14-
"github.com/scaleway/terraform-provider-scaleway/v2/internal/provider"
1514
"github.com/scaleway/terraform-provider-scaleway/v2/internal/transport"
15+
"github.com/scaleway/terraform-provider-scaleway/v2/provider"
1616
"github.com/stretchr/testify/require"
1717
)
1818

internal/acctest/fixtures.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
"github.com/scaleway/scaleway-sdk-go/api/account/v3"
1010
iam "github.com/scaleway/scaleway-sdk-go/api/iam/v1alpha1"
1111
"github.com/scaleway/terraform-provider-scaleway/v2/internal/meta"
12-
"github.com/scaleway/terraform-provider-scaleway/v2/internal/provider"
1312
"github.com/scaleway/terraform-provider-scaleway/v2/internal/types"
13+
"github.com/scaleway/terraform-provider-scaleway/v2/provider"
1414
"github.com/stretchr/testify/require"
1515
)
1616

internal/services/mnq/sqs_queue_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import (
1616
"github.com/scaleway/terraform-provider-scaleway/v2/internal/acctest"
1717
"github.com/scaleway/terraform-provider-scaleway/v2/internal/httperrors"
1818
"github.com/scaleway/terraform-provider-scaleway/v2/internal/meta"
19-
"github.com/scaleway/terraform-provider-scaleway/v2/internal/provider"
2019
"github.com/scaleway/terraform-provider-scaleway/v2/internal/services/account"
2120
"github.com/scaleway/terraform-provider-scaleway/v2/internal/services/mnq"
21+
"github.com/scaleway/terraform-provider-scaleway/v2/provider"
2222
"github.com/stretchr/testify/require"
2323
)
2424

internal/services/scwconfig/scw_config_data_source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
99
"github.com/scaleway/terraform-provider-scaleway/v2/internal/acctest"
1010
"github.com/scaleway/terraform-provider-scaleway/v2/internal/meta"
11-
"github.com/scaleway/terraform-provider-scaleway/v2/internal/provider"
11+
"github.com/scaleway/terraform-provider-scaleway/v2/provider"
1212
"github.com/stretchr/testify/require"
1313
)
1414

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
"github.com/hashicorp/terraform-plugin-go/tfprotov6/tf6server"
99
"github.com/hashicorp/terraform-plugin-mux/tf6muxserver"
10-
"github.com/scaleway/terraform-provider-scaleway/v2/internal/provider"
10+
"github.com/scaleway/terraform-provider-scaleway/v2/provider"
1111
)
1212

1313
func main() {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)