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 fc393c3 commit 7618868Copy full SHA for 7618868
provider/framework.go
@@ -14,8 +14,8 @@ import (
14
"github.com/hashicorp/terraform-plugin-framework/types"
15
"github.com/scaleway/terraform-provider-scaleway/v2/internal/meta"
16
"github.com/scaleway/terraform-provider-scaleway/v2/internal/services/instance"
17
- "github.com/scaleway/terraform-provider-scaleway/v2/internal/services/mongodb"
18
"github.com/scaleway/terraform-provider-scaleway/v2/internal/services/jobs"
+ "github.com/scaleway/terraform-provider-scaleway/v2/internal/services/mongodb"
19
)
20
21
var (
0 commit comments