Skip to content

Commit 6c9bf36

Browse files
committed
fix: correct import order in framework.go
1 parent d51bdb5 commit 6c9bf36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

provider/framework.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
"github.com/hashicorp/terraform-plugin-framework/provider/schema"
1313
"github.com/hashicorp/terraform-plugin-framework/resource"
1414
"github.com/hashicorp/terraform-plugin-framework/types"
15+
1516
"github.com/scaleway/terraform-provider-scaleway/v2/internal/meta"
1617
"github.com/scaleway/terraform-provider-scaleway/v2/internal/services/cockpit"
1718
"github.com/scaleway/terraform-provider-scaleway/v2/internal/services/instance"

0 commit comments

Comments
 (0)